5 ms·
So you just have one giant file full of unrelated procedural utility functions that you include to your new projects?
by justanotherc 6y ago
So you just have one giant file full of unrelated procedural utility functions that you include to your new projects?
- Jaruzel 6y agoAh 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.