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
-
Brolls31557y@mkdirLuci4 :( it’s just so inconsistent. Is it testing if it’s defined? If it’s greater than 0? Spooky action is spooky in a language.
-
Brolls31557y@mkdirLuci4 I’ll admit it’s fun to use when you know what it does though. But it’s a bit “cheaty”
-
@Brolls its so cheaty lmao. Its so fucking hilarious to see new devs read my code and be like "what the fuck is this hack and slash code"
while(self.isWorking)
{
If(self.bored || !tasks.Length)
exit;
else
devRant();
}
rant