|
|
|
|
|
by mpweiher
3806 days ago
|
|
> Not every engineering decision is a tradeoff. Scratch the "not". For example, if I have a small-enough code-base, a module-system, is not worth it, unless it has zero cost. Or if the module system doesn't fit my needs, it will often be easier to create what I need if I don't have to work around what is there. Same with error handlers. Every engineering decision is a tradeoff, though you may be in a space where the tradeoffs obviously point in one direction. |
|