▲ 25 r/C_Programming
Over-modularization
When is code too modular? What makes Linux's single-line helpers attractive, but other forms of modularization overkill?
Note: By overkill, I don't mean modularized unclearly or poorly, e.g. make_u64_from_two_u32, but perhaps a logically standalone 2-line helper that has a single call site for the foreseeable future.
u/Expensive_Minimum516 — 9 days ago