Of all the wrongheaded reasons to use #Typescript I think "so I don't have to write #tests" is the brainwormiest.
Y'all made people think they had to write #UnitTests for everything instead of just #FunctionalTests for the important things, and they hated it so bad they invented a new language to automate it and forgot they still need to write #tests.
#softwareDevelopment #webDev #javascript #testing #tdd #programming #type
#type #programming #tdd #testing #javascript #webdev #softwaredevelopment #functionaltests #unittests #tests #typescript
If you code in OOP with the concept of SoC and SOLID you have the possibility to write modern modular classes.
Take the focus on the testability of the code you write and it will show you the way which you can/must go.
1. #unittest
2. #functionaltests
3. #integrationtests
4. #apitests
5. #acceptancetests
From top to bottom
From many to few tests
#unittest #functionaltests #integrationtests #apitests #acceptancetests