|
|
|
|
|
by simias
5058 days ago
|
|
I don't like C libraries that use longjmp for error handling. It's like killing a fly with a bazooka. There are some cases when longjmp is useful of course, but If you want proper exceptions, use a language that supports them. |
|
Bikeshedding like this isn't useful to anyone.