|
|
|
|
|
by derivagral
1466 days ago
|
|
I like regular JS or python over more typed alternatives. Catching bugs in your IDE still means you made them, and there are other ways to catch and resolve them later in the chain. In the meanwhile, I find that strongly typed setups can devolve into verbosity and get in the way of shipping. For context, I usually work in <50 size engineering dpts, if not companies. If you're scaling to thousands you can spare the scale, probably. |
|