(no title)
dmarchuk | 4 years ago
But features like enums are part of the reason why we even have tools like TypeScript, because JavaScript lacks these features.
dmarchuk | 4 years ago
But features like enums are part of the reason why we even have tools like TypeScript, because JavaScript lacks these features.
wdb|4 years ago
dmarchuk|4 years ago
Switching between Python and TypeScript/JavaScript all the time, using ‘#’ to define private field feels weird and I personally prefer more explicit way of writing code. Plus AFAIK the ‘private someField’ is common in other languages (Java, Scala,…).