|
|
|
|
|
by richwater
656 days ago
|
|
This is a really cool project, but I'm not sure I like some of the APIs. `orderByDesc` seems like it could be better suited for an object constant indicating the sort direction. ```
orderBy(OrderBy.Desc, user => user.age)
``` Overall still very nice and looking forward to seeing more development! |
|