The Perils of Prefactoring
I am increasingly aware of the danger of ‘prefactoring’. That is, stewing over the minute details of code design before just getting the thing to work.
I am increasingly aware of the danger of ‘prefactoring’. That is, stewing over the minute details of code design before just getting the thing to work.
I picked up a copy of Clean Code by Bob Martin the other day. Having only read the first few chapters, it’s already making a difference not only in how I code, but my whole attitude toward coding.