|
|
|
|
|
by pmg101
28 days ago
|
|
> If you're the kind of engineer who reads the implementation instead of trusting the function name, we'd like to talk. Functional decomposition, combined with good naming, is what allows engineers to raise the level of abstraction and localise understanding of a large codebase. Without it, if your only option is "read the implementation" for every line of code, you've lost control of the codebase. |
|
It's healthy to not trust function names - it doesn't mean the whole codebase is out of control.