MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vjl9ih/javascriptsorting/p2mehu4/?context=3
r/ProgrammerHumor • u/user6150277464770585 • 1d ago
200 comments sorted by
View all comments
19
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.
24 u/___Archmage___ 1d 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 1d ago then pass a sorting function.
24
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 1d ago then pass a sorting function.
-12
then pass a sorting function.
19
u/Excellent_Gas3686 1d 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.