DEV Community

Discussion on: Quick Advice For Junior Devs

Collapse
 
asynccrazy profile image
Sumant H Natkar

The advice which I would give them, once you are given a problem to solve, first solve it on a paper.

Design first and then start crunching the code, if you can develop this pattern, you will automatically stumble across many common patterns.

Also try to read some good books on code written by likes of Uncle Bob or Martin Fowler, these guys give you simple and clear advice as regards to your code.