DEV Community

Discussion on: Just Keep Coding!- A letter to junior developers

Collapse
 
jezmck profile image
Jez McKean

I find the best way of planning simpler code is to write // @todo comments for each step you expect to need to do, then refine. Never expect to get it all right from the beginning.