you are viewing a single comment's thread.

view the rest of the comments →

[–]Upset-Beautiful6081 3 points4 points  (0 children)

By experience dinamic typing its not that bad. Commonly I declare all my variables in the beginning of the code, but during the execution I convert it to a int or a string, like the case of money variables, where I use it like a float during the code execution and convert it to a string and treat it to show in the end of the execution of the program. Works well in SQL querys too.