11

Working along in a codebase for a few weeks. Then finding out there is a better more performant way to do something. Having to go back and tweak everything to use that feature you should have been using in the first place.

Thankfully, this has taught me to be more modular in the code.

Comments
  • 2
    The golden rule of coding -
    Crawl -> Walk -> Run
  • 2
    @themissingbrace Crawl, walk, run, trip, break something, break multiple somethings, pain, tears, screaming, valuable lessons from a senior that sounds derisive but is actually just coming from a place of burn out, and then back to crawling.
Add Comment