Hacker News new | ask | show | jobs
by the_af 4292 days ago
It should be noted that generic code is harder to break. It is, by definition, less entangled with its callers. There are also fewer operations you can do with generic parameters, so there are fewer ways to screw up.