Clean Code concepts adapted for JavaScript
Changing order in example of *Functions should only be one level of abstraction*
Like said in https://github.com/ryanmcdermott/clean-code-javascript#function-callers-and-callees-should-be-close, the code is read from top to bottom, so I'd prefer the definition of the *function parseBetterJSAlternative* above the functions called within.
F
Franz Knipp committed
f6ab827ed7394f8661669a5b6de86aac825193d6
Parent: bd05a5f
Committed by GitHub <noreply@github.com>
on 2/23/2018, 11:33:13 AM