Tuesday, September 5, 2023

157: Typescript

 Coming from a Java background, Typescript is much more pleasant for me to work with compared to Javascript. The strongly typed variables allow me to program functions with more confidence. Being able to specify the return type of the function also reminds me of Solidity, which I see as a benefit. I spent today reviewing some of the Typescript syntax, especially the way it interacts with React and some of the hooks used in the modern functional paradigm. I intend to being working exclusively with Typescript wherever possible. 

No comments:

Post a Comment

190: Sablier

 The CodeHawks platform has an upcoming audit on the Sablier protocol, so I decided to read through the docs and familiarize myself with the...