Writing, Debugging, and Testing Functions
This chapter is about writing functions to reuse code, debugging logic errors during development, logging exceptions during runtime, and unit testing your code to remove bugs and ensure stability and reliability.
This chapter covers the following topics:
- Writing functions
- Debugging during development
- Logging during runtime
- Unit testing