|
|
|
|
|
by namanbharadwaj
4080 days ago
|
|
The prototype may be good enough for production, but is probably not very maintainable. When you need a large team to be able to fix bugs and add features, static typing often wins. If you don't choose static typing early, you might never be able to again. |
|
Is there any empirical evidence to back this up?