* [/unenum] universal adt utilities for typescript * [/dotfiles] personal configs for neovim/tmux/etc * [/restful-api-design-tips] compilation of restful design principles * use tabs for indentation (dev accessibility) 1 2 * typescript: use explicit return types (clear intent, faster tsc) 1 2 * typescript: use `type` unless you _need_ `interface` features (declaration merging) 1 * typescript: avoid enums (only supports string/number, use objects as const, or try unenum) 1
Pinned Loading
-
-
-
restful-api-design-tips
restful-api-design-tips PublicA working compilation of RESTful design principles.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.