November 2024
Beginner to intermediate
828 pages
20h 20m
English
This chapter is about writing functions to reuse code, debugging logic errors during development, unit testing your code to remove bugs, and improving stability and reliability.
In an optional online-only section, you will learn about logging exceptions during runtime. You can find information on this at the end of the chapter.
This chapter covers the following topics:
A fundamental principle of programming is don’t repeat yourself (DRY).
While programming, if you find yourself writing the same statements over and over again, then turn those ...
Read now
Unlock full access