December 2024
Beginner
937 pages
17h 58m
English
Development work requires you to not only design the solution for a problem and write the code for it but also test it to make sure your solution solves the problem. Testing involves making sure every component making up your solution behaves as expected in both expected and unexpected situations.
The most practical way to test code is to inspect values of intermediary variables by logging them and printing them in the console in specific situations.
When a solution is complex, debugging provides the opportunity ...
Read now
Unlock full access