Recommended Tests
Get to know the recommended tests that can help in code testing.
We'll cover the following...
There are two categories of tests that we recommend:
- Computationally easy to mess up.
- One where an alternative approach exists.
Computationally easy to mess up
The first is where the code is ...