Note #7
10 bad TypeScript habits to break this year was shared on the latest edition of JavaScript Weekly.
There are a few useful tidbits in there, but I’m particularly interested in using class Foo implements Bar
to mock data for tests (6) and using descriptive names for generics (7).