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
-
@pai-shinoda let me correct you
score ≤ 85 = failed
score ≥ 85 = passed
if it was just "<" and ">" and you got 85 it would not say anything because both conditions would evaluate to false
Edit: Oh you used score == 85 ... nevermind then, ignore my comment 😅 -
2 bugs:
if (score <= 85) print "FAILED"
// else
if (score >= 85) print "PASSED"
return; -
“You passed but you should be ashamed, you could get a better grade”
It’s the only thing that comes to my mind in order to justify that bug XD
Related Rants
when you have no QA department
- via CodeHumor
joke/meme
edge case
programming
qa