DEV Community

Discussion on: What was the hardest concept you had to wrap your head around?

Collapse
 
wilsontov profile image
Wilson Tovar

I'm learning Crystal. So, coming from JavaScript and Python it has been difficult to write code with the limitations that had a typed language. Everytime I will write Crystal code I must think the solution with types in mind.

It is the same with Typescript

I'm still struggling a bit with types D: