Chapter 1. Programming with objects: A primer
This chapter covers
- Working with objects
- Unit testing
- Dynamic arrays
Before we get into the actual style guide, this chapter covers some of the fundamental aspects of programming with objects. We’ll briefly go over some important concepts and establish a shared terminology that we can build on in the following chapters.
We’ll be covering the following topics in this chapter: