|
|
|
|
|
by hawski
565 days ago
|
|
I fully agree with you. Though I would add that it a little depends on the type of program. A CLI program's lazy, but often sufficient way of handling erroneous input are asserts (that are still enabled in release). In GUI app it shouldn't happen. |
|
But that's only worth it for some CLI tools. For many, I agree that spewing out an assert failure is plenty good enough.