Makes changes, tests pass, deletes stuff tests pass....
then it's either a horrible codebase where you can fuck around and it still works
or
bad tests.
The answer is always a mix of the two, bad tests and a spicy spaghetti holding on by being a critical cluster fuck.
Unitest? So there's like a single test?
It must be a test at uni for wannabe computer scientist diagnosed with dyslexia.
The test:
Class object = new Class(); asserNotNull(object);
If it dies, it dies.
Huh. I’m more like “Pity the fool!”
Makes changes, tests pass, deletes stuff tests pass....
then it's either a horrible codebase where you can fuck around and it still works
or
bad tests.
The answer is always a mix of the two, bad tests and a spicy spaghetti holding on by being a critical cluster fuck.