sort-objects
There are 4 repositories under sort-objects topic.
JamieMason/codemods
A collection of transforms for use with JSCodeshift
SBeator/sort-js-object-keys
This is a VS code extension to alphabetically sort the keys in selected js objects keys in your code.
dbi1463/SortDescriptor
A NSSortDescriptor similar porting in Java language.
keirakaitlynn/AlbumSorter
A program that sorts objects of type "Album" via the Insertion Sort Algorithm (ie. Albums that you must "sortByArtist" and albums that you must "sortByTitleReverse"). Since there are multiple ways to sort an Album, we must make separate classes for each and implement a Comparator of type "Album" so each class has a different compare() method. (See: Comparable vs. Comparator)