|
|
|
|
|
by bulte-rs
4432 days ago
|
|
In the same way that writing a unit test for something proves your logic is correct? This is not intended as a snark or something. Just stating the obvious that your unit tests are no silver bullet to a working correct piece of software. My 2 cents: Combine static(ish) typing with tests and a number of (semi-manual) test scenario's and you get a few steps closer to a correctly working piece of software. |
|
I don't think static typing is necessary in that case, but I understand it has benefits in some situations.