Skip to main content

OAK@OAK's definitions

junk-code

Share definition
Useless code, code that can be deleted or rewritten in shorter syntax.
Junk-code
If(x==true){
return true;
} else {
return false;
}
Better code
return x;
by OAK@OAK July 23, 2016
Flag
mugGet the junk-code mug.
YM's so fat!
by OAK@OAK May 19, 2016
Flag
mugGet the YM mug.