check post at origin
log in to comment.
I had to look it up, DLC is downloadable content.
Big if true
come the fuck on
string bigIfTrue(Boolean size) { string toAssign = ''; if (size == true) { toAssign = 'big'; } else { toAssign = 'small'; } return toAssign; }
Bloat. Nobody asked for else.
Or assignment. Just return.
true ? 'big' : '';
My beloved
Where’s your interface and factory?
This actually gets loaded as a WASM module by a server less API service when a user ask if true return big
hey, this is for fun and pseudocode.
Saved
String bigIfTrue(Boolean size) { if (size == true){ return "big" } return "small"; }
So very wrong.
“big” != “Big”
shit time to git commit sudoku
git commit sudoku
Syntactically correct - the best kind of correct!!
That is indeed a big one!
https://imgs.xkcd.com/comics/ten_thousand_2x.png
I had to look it up, DLC is downloadable content.
Big if true
come the fuck on
Bloat. Nobody asked for else.
Or assignment. Just return.
true ? 'big' : '';My beloved
Where’s your interface and factory?
This actually gets loaded as a WASM module by a server less API service when a user ask if true return big
hey, this is for fun and pseudocode.
Saved
So very wrong.
“big” != “Big”
shit time to
git commit sudokuSyntactically correct - the best kind of correct!!
That is indeed a big one!
https://imgs.xkcd.com/comics/ten_thousand_2x.png