Hi everyone,
For quite some time I’ve been programming in a language called Crystal it’s basically strongly typed and compiled Ruby. After doing some work in JavaScript I noticed I missed having compiler errors and easily predictable data types (e.g. strongly typed). I’ve been checking out TypeScript and it looks like it may address some of the isues I see coming back.
To provide some further context on this situation, Crystal lacks enterprise adoption (probably for several more years as it needs Windows Support badly) so I still need JavaScript and C# as “business skills” there are not any businesses in my area building web apps using Crystal, it’s all JavaScript(TypeScript), C#, Ruby, or PHP here. It’s of course a nice selection of lanuages so not gonna complain but going back to JavaScript/TypeScript means I’ll need to do some refreshing of course.
What tips does the freeCodeCamp Community have on coming back to JavaScript after using a compiled language and missing some of the benefits they offer?
Cordially,
Nathaniel