you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 3 weeks ago

Aggressively avoid over-engineering, restrict yourself to only whatever code is necessary to achieve your goal.

I have to repeatedly tell myself this when building out prototypes. It's surprisingly difficult to not get lost in the weeds doing something not immediately necessary like setting up CI/CD or modularizing components.

  • source