Hacker News new | ask | show | jobs
by pancsta 597 days ago
This is also the way I do it - split when needed and fold everything by default.

I really cant work with ppl creating separate files for (sometimes) a 10loc function, just because it seems unrelated to the rest of the package. Its like implementing code folding on filename level…