Y
Hacker News
new
|
ask
|
show
|
jobs
by
douglaswlance
1820 days ago
>I can't think of a single benefit of a function over a comment for a piece of code that's only used once.
The call stack becomes very organized and readable when debugging.
1 comments
tasuki
1820 days ago
The call stack becomes deeper. I'm not sure that's always a good thing.
link