You are viewing a single comment's thread.

view the rest of the comments →

0
0

[–] mortimer ago 

Skimming the source, it would be pretty hard to write retroactive tests for Voat. The forum even uses inline SQL instead of a simple database namespace that would let you stub out the database calls during testing.

Since this project started out as a sideproject for a guy to learn .NET (as opposed to a profitable company), tests are just not something I'd expect. And backfilling a project with tests is even harder than writing them in the first place.