July 2018
Beginner
544 pages
15h 5m
English
This chapter addresses some key topics involved in writing code that is robust in the sense that it:
The remainder of this chapter covers a range of topics that help to ensure that code is robust.
Typically, it can be helpful to start the code-writing process by first creating some simple code that works in a specific circumstance, and to generalise it so that it is more flexible and applies to a wider range of situations. Examples of the approaches to generalise code typically include:
Read now
Unlock full access