What are you optimising your code for? Would it be readability or rather least amount of meaningful...
What kind of api/library you wish that you had that would make your work easier?
Old and boring code: interface Authenticated { isAuthenticated: true username: string ...
It’s became a fashion to rid code of classes even when it doesn’t help produce better code. The...