33

When you about to start a project by doing a small module, but as you code, you keep thinking about scalability, security dependencies and such....

....three hours later, you still haven't written code

Comments
  • 2
    Been there, done that 😓
  • 1
    Dont optimize prematurely. Way to go is:
    1. Make it work
    2. Make it right
    3. Make it fast
    start with the simplest thing, when it works okay, refactor it so it adapts to new structure and then optimize and repeat..
Add Comment