For me, I got less mistakes in untyped languages than in typed. It’s because the untyped languages are flexible, I don’t need to declare its type but through its value I know exactly its current type. I feel more comfortable when writing code in lua, js than others
2 Likes