Hacker News new | ask | show | jobs
by pcowans 4734 days ago
So, obvious question... why do you not have tests in this set up?
1 comments

I answered this above.

The code base doesn't have unit tests. It was built by a hobbiest 4 years ago. The current version supports legacy features from a previous version. It is mainly procedural with a smattering of random classes. There is a lot of code duplication. It is the definition of spaghetti code.

Honestly I wouldn't know where to begin with unit tests in this code base.