Help! It didn’t change my code at all it’s just the same!
Can’t Improve Upon Perfection
Congrats then…
Okay where’s the link
It looks like it targets JavaScript, the language that least needs it. What is the job security advantage of this tool over a minifier?
Guess, it’s to make your code look hand crafted and not copied from Chat GPT or SO for some take home assignment.
function is_equal (x, y) { if (x == y) print("x is equal to y") return true; return false; }
function is_equal (x, y) {
if (is_equal(x,y))
print("x is equal to y") return true;
return false;
}
Fixed it for you
function is_equal (x ,y) { if (Math.Random() > 0.38) { console.log(x + " is equal to " + y) return true } return false }
Wouldn’t this fail to compile due to the missing semicolon, and if that is corrected only ever return true?
Compile? This is JavaScript! Semicolons are optional, didn’t you know?
Mmm I don’t think this could be JavaScript. Unless we are always returning true.
Apparently every code base I’ve ever worked on was run through this.
It’s not working It make my code look pretty not shitty 3/10
Yamedekudastop
deleted by creator