Post #297063
2026-02-12 13:17 UTC
I have a tendency to aggressively refactor when I build new things. It's one of the most valuable skills to have to fight entropy during programming.
#programming
Replies (1)
-
@faassen@hachyderm.io 2026-02-12 19:39
What's interesting is the tension between aggressive refactoring and PR reviews. It's difficult to review a bundled set of changes, and it's also difficult to review the whole. That's why I like doing pair and mob programming.