Comment on Ask HN: Are there senior devs who liked switching from static to dynamic typing?Comments−sakesun4yI switched from Pascal to Python. I believe gradual typing (Python/Typescript/Dart) is the right path forward. Today static typing systems are not helpful for database programming.−pyuser5834yWhat do you think of types/classes like Django’s QuerySet?−sakesun4yNever use that. But it looks good. I prefere SQLAlchemy approach.
Comments
I switched from Pascal to Python. I believe gradual typing (Python/Typescript/Dart) is the right path forward. Today static typing systems are not helpful for database programming.
What do you think of types/classes like Django’s QuerySet?
Never use that. But it looks good. I prefere SQLAlchemy approach.