|
|
|
|
|
by jcelerier
1366 days ago
|
|
When override was introduced it immediately solved a few hidden bugs here so it definitely has value. I'd say that when doing development with inheritance it catches at least a bug or two a month at compile-time.
Same for nodiscard, I started using it recently and immediately found bugs. So for me their value is infinite |
|