17
Sep
Preamble (aka you can skip this part)A few weeks ago I got distracted at work and accidentally wrote this blog as a src/readme.md. Now that I'm up to merging that branch in its time to remove that readme, but I like to think that more than just the 4 other people in my team might find this perspective interesting. So now I present it to you all as-is. Happy coding! Hello I decided to take note of a convention that I've been using in this project regarding TypeScript style private and ECMAScript style private. class Foo { private bar: string;…