Comment on Principles of Software Engineering, Part 1parentComments−seanmcdirmid13yThe things that you need to unit test even when you have static typing typically overlap tests that will detect type errors as well. The fact that there is no static typing also puts a bit more fire under your butt to test things.In the end, its a wash.
Comments
The things that you need to unit test even when you have static typing typically overlap tests that will detect type errors as well. The fact that there is no static typing also puts a bit more fire under your butt to test things.
In the end, its a wash.