Help! It didn’t change my code at all it’s just the same!
Can’t Improve Upon Perfection
So…basically a prettier. I’ve never seen them improve the readability of my code. If I want pretty code, I just write pretty code :shrug:
All the prettiers do is just 'eff up my deliberate indentations and break the editor’s ability to collapse code sections.
function is_equal (x, y) { if (x == y) print("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.
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.
Is that pronounced “shitty er” or “shit tier?” 🤔
“Shitty-er” to rhyme with “prettier”, I would guess.
Superb-owl