this post was submitted on 07 Jul 2023
437 points (100.0% liked)
Programmer Humor
19480 readers
224 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I couldn't believe it, tried it out, what the actual heck? I mean I get all these weird string vs number comparison but sorting actual numbers and this comes out? What kind of drugs were the designers of javascript (or at least this function) on... Who thought it was a good idea to sort numbers lexicographically??
Probably meth or cocaine, considering js was written by a single person in 10 days
Patent-pending Meth-o-caine! Now with as much caffeine as four shots of espresso, and enough vitamin B to floor a polar bear!
Meth-o-caine! "TAKE THAT, LIVER!"
Available at your local Staples or Office Depot.
That way they get to reuse the code for sorting strings!
Iirc Array.sort requires you to pass a function in, or it casts into strings and sort them.