> Dynamic languages demand self discipline, they teach you to respect runtime and think ahead of execution time.
Ah... yes... because static languages doesn't do that by forcing you to properly model everything. And as a bonus you can easily navigate between everything and not fear that you miss something while refactoring...
jmorenoamor|1 year ago
I've written software with both typed and untyped languages and never had problems (out of the ususal) with them.
ktosobcy|1 year ago
Ah... yes... because static languages doesn't do that by forcing you to properly model everything. And as a bonus you can easily navigate between everything and not fear that you miss something while refactoring...
jrjrjrjrj|1 year ago
So yeah that small not hit portion of code can always be a time bomb if it does not get tested...