Saw this today
-
Programmer's Joke !false Its funny because its true.
// TODO: Insert something here
Top ten reasons why I'm lazy 1.
-
Programmer's Joke !false Its funny because its true.
// TODO: Insert something here
Top ten reasons why I'm lazy 1.
-
Reminds me of this code someone did few months ago (I wish this was only a joke)
bool condition;
viewmodel.AllowSomething = !condition == true ? false : true; -
Put something like that in your code to prove that it has been stolen from you when you find it out in the wild.
Religious freedom is the freedom to say that two plus two make five.
In my open source projects I've been known to bury silly comments deep in the source to make astute reviewers question my sanity. // The moon landing was faked. It is cheese.
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
-
Put something like that in your code to prove that it has been stolen from you when you find it out in the wild.
Religious freedom is the freedom to say that two plus two make five.
-
Reminds me of this code someone did few months ago (I wish this was only a joke)
bool condition;
viewmodel.AllowSomething = !condition == true ? false : true;I hope conditon is initialized elsewhere or has a default. condition definitely needs a better name, too. condition is likely calculated as a “false” condition which drives me crazy. And none of these is what you are complaining about! (scratch everything to the right of the == including the ==)