|
|
|
|
|
by specialist
4672 days ago
|
|
style that increases average error rate Errors per LOC is allegedly constant, across all languages. I also consider the cost of change when designing things. I once created an HL7 wrapper that was a marvelous thing of beauty. Fluent API, clever use of the type system. But no one could maintain it, including me. It had too much magic. So I scrapped it, went with a dumber implementation. |
|
If this is true, then a more verbose style will have a higher error rate. (more LOC to do the same task -> more errors)