(no title)
SkyBelow | 3 months ago
Yes, this is a good thing. Where it becomes bad is when someone says "Oh, we should stop that from happening, let's ban the sell of such tires." With no exception.
This isn't a problem unique to regulations and laws. In software development, it is very common for the user to not think about exceptions. The rare the exception, the more likely it is missed in the requirements. It is the same fundamental problem of not thinking about all the exception cases, just in different contexts. You also see this commonly in children learning math. They'll learn and blindly apply a rule, not remembering the exceptions they were told they need to handle (can't divide by zero being a very common one).
No comments yet.