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
-
@jschmold 😂😂😂 Can't edit after 5 minutes, so I was like let it be, gets the idea across 😆
-
@josephnasr Did some refactoring to make it more readable before posting, edit time had elapsed when I realized the return type difference.
-
Dude wtf is that code
Function [return type] [function name]?
Code after a return statement?
Fuuccck -
@ZerosAndOnes Might I recommend the supporter program? 30 minute edit window is an included benefit of being a supporter 😎
-
@AlgoRythm Thanks for the recommendation. I don't usually support freemium like services/apps, as I would either like them to be paid or free, not in between. But, I am considering supporting devRant 🤔
-
@ZerosAndOnes It's more of a support program. The actual benefits are minimal, you aren't really paying for anything.
If that helps sway your decision.
They don't pay me.
They should.
Related Rants
Function bool NewSpeedTestingStandard()
{
AskUserToLoadAPage();
return UserUsesPhoneWhileLoad()
? "Fail" : "Pass";
}
rant
user
testing
experience
code
speed
standards