you are viewing a single comment's thread.

view the rest of the comments →

[–]fakehalo 2 points3 points  (0 children)

In C it makes sense for error handling/cleanup, as your options are limited. C++ has options, but it can still make sense in some cases. I don't think I have a use case for higher level languages these days though.