you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 1 day ago

Number one thing that screws me up when moving between the TypeScript client-side code and the Java server-side code: how variables are declared. Java is type first, TypeScript is name first.

  • source