Hacker News new | ask | show | jobs
by redisman 1670 days ago
Haha I remember my first designs as a Jr Engineer after I had crammed the book into my brain before starting. I’m pretty sure the other devs just threw those classes into the trash when I wasn’t looking. For about a year I thought everything had to be a design pattern and making a vanilla class was a faux pas. 14 years later I don’t think I use any of the patterns anymore. Maybe facade if I’m refactoring a complete mess of a project
1 comments

My thought about this is that patterns are something I recognize in the completed code, not something I bake into my code. A useful tool for refactoring at best. But re-factoring, not factoring. :)