Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@zemaitis
If a crash isn't a potential safety-issue or can destroy expensive equipment, just crashing is almost always better than ignoring the error and continuing to corrupt or work with corrupt data. -
cprn17055yYeah... Someone heard about C coding standards but doesn't understand them. Configure your VCS so it would reject any commit that includes FIXME or TODO comments.
Related Rants
-
linuxxx32*client calls in* Me: good morning, how can I help you? Client: my ip is blocked, could you unblock it for m...
-
DRSDavidSoft28Found this in our codebase, apparently one of my co-workers had written this
-
linuxxx23*client calls* "hello, we forgot the password to our WiFi router. Could you reset that for us?" 😐😶😮...
Just found a
catch {
// TODO: correctly handle exceptions
}
In production code.
rant
wtf