|
|
|
|
|
by nickm12
1653 days ago
|
|
Agreed. Exceptions tend to trivially respect the Liskov substitution principle and generally hold little state besides a debugging string. It's when you subclass an object as a method of code reuse that you start running into problems. |
|