|
|
|
|
|
by naasking
1637 days ago
|
|
Well motivated choices though. Polymorphism reduces lines of code, which are correlated with bug count. Reliability is essential for critical system software. Specialization eliminates nearly all overhead of polymorphism so there's no disincentive against using it. |
|