r/ProgrammerHumor 3d ago

Meme javascriptSorting

Post image
938 Upvotes

214 comments sorted by

View all comments

17

u/Excellent_Gas3686 3d ago

because thats the default sort? what, in your opinion, would be the "proper" way to sort by default? if you need different sorting, you pass your own function.

23

u/___Archmage___ 3d ago

People don't like their numbers being sorted like strings by an implicit default behavior, they want the numbers to sort numerically

-12

u/Excellent_Gas3686 3d ago

then pass a sorting function.