Hacker News new | ask | show | jobs
by skarayan 4912 days 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.

1 comments

Yes, it's critical in code... but it's also critical in life/business to have things very well version controlled. :)