|
|
|
|
|
by sroerick
453 days ago
|
|
That makes sense! My personal feeling is that a web framework is not the right place in the stack to introduce typing. There’s also probably an argument to be made that part of the reason for Django’s “batteries included” success and wide adoption is in part because it is built on an untyped language. I get wanting both, though. In my own work, I find most of the benefit of static types to be ensuring correctness at compile time, so I just don’t expect that in Python. I also have just not lost that many cycles to type errors. But I know some have strong preferences here. |
|