Y
Hacker News
new
|
ask
|
show
|
jobs
by
bazza451
2615 days ago
Didn’t mean callbacks, meant shape of the code with indents could get large and difficult to grep. JSX style macro over the top might help .
1 comments
ivanceras
2615 days ago
In that case, breaking up the functions into several smaller functions helps. The rule of thumb of the size of a function body shouldn't be larger than the size of a computer screen.
link