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
-
I went immediately from "shouting != rant", to "your logic is inefficient as it doesn't exit the loop as soon as the if condition is met"
-
@Player2 eh, what? I meant that just because a person doesn't use caps, it doesn't mean they're not ranting. You don't have to shout to rant
Related Rants
allUpperCase = true
for char in rant.message:
if !isUpperCase(char):
allUpperCase = false
if allUpperCase:
rant.category = "rant"
else:
rant.category = "!rant"
undefined
code