|
|
|
|
|
by dep_b
2959 days ago
|
|
Static typed languages are harder to test. So if you do cover 100% dynamic is not so bad. However well built static languages reduce the things that need to be tested in the first place. Like non-nullabilty in Kotlin and Swift. |
|