pillar icon indicating copy to clipboard operation
pillar copied to clipboard

Taking advantage of sort functions

Open Ducasse opened this issue 6 years ago • 0 comments

sort: aCollectionOfReferences limit: anInteger by: aString | references | references := aCollectionOfReferences first: anInteger. aString = 'date' ifTrue: [ ^ PRDocumentListDateSorter with: references ]. aString = 'name' ifTrue: [ ^ PRDocumentListNameSorter with: references ]. ^ references

Ducasse avatar Aug 18 '19 11:08 Ducasse