fraziermork / portfolio

MIT License
0 stars 0 forks source link

break up long functions #78

Open fraziermork opened 8 years ago

fraziermork commented 8 years ago

Long functions are huge, unreadable, and repeating large sections of code. Break things up into distinct subfunctions so that it's easier to follow, maintain, etc.