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
-
rik610726817y@cjbatz the if example is flawed in this rant, which would make the variable bool always true, that is why that guy sarcastically said bool = true
-
@Lahsen2016 that is what I meant to point out.. there is no else in the OP's rant..
Now I dont understand if your comment was sarcastic or you really thought I dont know that elif alais else if is.. -
@bitsnpieces @rik61072 @lahsen2016 Guys you are right, the code will always return bool = true;
Now I really doubt mine and my friend's skills. 😆 -
Visual Studio: King of crash
Android Studio: King of lags and hangs
Eclipse: King of IDE itself bugs
Related Rants
Me-
/ / / / / / / / /
if (bool == true)
{
bool = false;
}
if (bool == false)
{
bool = true;
}
/ / / / / / / / /
My friend-
/ / / / / / / / /
bool = !bool;
/ / / / / / / / /
*not a real story*
undefined
pro
noob
wk88
horror