Yetiowner / Increasing-code-complexity

Every day, I commit a new and more complicated version of some simple code.
227 stars 6 forks source link

Add unit tests #1

Open DrySoldier opened 1 year ago

DrySoldier commented 1 year ago

We need to maintain ten lines of "Hello World!" and the only way to ensure that is unit tests. Please implement.

bearfm commented 1 year ago

Need to make sure it's production ready

floppydisken commented 1 year ago

We should really be abstracting the IO operations, so that the functionality can be unit tested. Also, is anyone working on integration tests?

karmalegend commented 1 year ago

Please also add a mutation test report so there is a way to validate the quality of said unit/integration tests.