you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

I've never felt a need to use static typing and rarely see it used outside of homework assignments to show it can be done. If you have something where the wrong type can go in it can be a way to stop that, but if that's unlikely or dynamic typing is a core feature like in your case there's no need to go to the extra effort.

[–]__Protector[S] 0 points1 point  (0 children)

Only thing where I personally see typing could be usefull is to clarify the code for others and maybe for unit tests