DEV Community

Discussion on: The Downside To Being Self-Taught.

Collapse
 
davidmm1707 profile image
David MMπŸ‘¨πŸ»β€πŸ’»

Great post. I would also advise against refactoring too early. Make it work, then polish the code. You end deleting polished code when you have to change a feature you (or the client) didn't plan for.

Make it work -> Write tests -> Refactor.

Collapse
 
goldennoodles profile image
Rus Kuzmin

Agreed!