Hacker News new | ask | show | jobs
by justanotherc 2139 days ago
So you just have one giant file full of unrelated procedural utility functions that you include to your new projects?
1 comments

Ah no, I strip out the unused functions once the project is finished - I can always put them back in if needed later on from another copy.

Tbh, I simplified slightly - depending on the language, I can have many support source files full of functions, separated based on function type - so networking, IO, calcs etc.