6 ms·
I think this is one of the reasons TDD/BDD have caught on lately, small refactors are easier to manage than changing large chunks of code. Looking back at my c
by skarayan 14y ago
I think this is one of the reasons TDD/BDD have caught on lately, small refactors are easier to manage than changing large chunks of code.
Looking back at my coding workflow early on, I would often get lost in my own code because I would attempt large changes without testing or version control. Interestingly, instead of developing a better workflow, I first learned to keep more inside my head.
- melvinram 14y agoYes, it's critical in code... but it's also critical in life/business to have things very well version controlled. :)