Skip to content

Step 1: Break Up The Big Functions

Daniel Levy edited this page May 11, 2017 · 1 revision

Breaking up the Big Functions

Many articles have been written claiming you can merely break up & name functions and become a "modular" developer.

IF LEFT IN THIS STATE the code here is far worse than callback hell.

In my code review of anti-patterns in popular articles I detail the issues with this type of "half-baked solution."

Remaining steps are critical, see Step 2, and Step 3


image

This is the easiest step, practice doing it well & the next 2 steps will be much easier.