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
-
Nexion12738ytry {
try();
} catch (Exception e) {
throw new GiveUpException("Okay maybe now give up...\n" + e.getMessage();
} -
snypenet2358yFunny...I've written code suspiciously like this when dealing with Microsoft's AppFabric
-
kong6098yThe definition of insanity is doing the same thing over and over again, but expecting different results
:/
Related Rants
-
Paralax6Asks Cortana to tell a joke, and Cortana opens Bing. Made my day, well played Cortana
-
gjkf15Roses are red, violets are blue; If I were a query, I'd SELECT * FROM you;
-
iamkeyur6HR - There is a 2 years gap on your CV! Candidate - I was in jail. HR - Why? Candidate:- I killed the guy w...
bool success = false
if !success {
success = try()
}
if !success {
success = try()
}
if !success {
throw new GiveUpException()
}
undefined
jokes