Show HN: TypeScript Style Guide

  • I wish there was more exhaustive explanations for some of these -

    > Enums : Prefer object const assertion over enum.

    But I like enums!