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 computing something that is computationally easy to mess up. An example of ...