DEV Community

Discussion on: How do you review and refine your development practices?

Collapse
 
jeastham1993 profile image
James Eastham

Thanks for the input John! I'm definitely seeing myself following a similar pattern as far as the smaller functions go.

Improves legibility and ease of reading so much just having 10 lines of code to read instead of 100. Combine small functions with descriptive method names and really on a winner.