Skip to content

Category Archives: testing

How do I know my code works?

I know the code for my new feature works because: I wrote it my IDE doesn’t underline anything in red my linting program doesn’t report any issues my runtime / compiler reports no syntax/compile errors the runtime / compiler on my build server reports no syntax/compile errors from a fresh checkout automated tests for my […]