16

Function bool NewSpeedTestingStandard()
{
AskUserToLoadAPage();
return UserUsesPhoneWhileLoad()
? "Fail" : "Pass";
}

Comments
  • 1
    @jschmold 😂😂😂 Can't edit after 5 minutes, so I was like let it be, gets the idea across 😆
  • 1
    You know that function returns a string and not a bool right?
  • 0
    @josephnasr Did some refactoring to make it more readable before posting, edit time had elapsed when I realized the return type difference.
  • 0
    Dude wtf is that code

    Function [return type] [function name]?
    Code after a return statement?

    Fuuccck
  • 0
    @AlgoRythm JS and C# combined thanks to no edit after 5 minutes :P
  • 1
    @ZerosAndOnes Might I recommend the supporter program? 30 minute edit window is an included benefit of being a supporter 😎
  • 0
    @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 🤔
  • 0
    @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.
Add Comment