Chapter 5. Handling Large Programs with Custom Classes
Our program is really starting to develop now, and it's growing a bit too large to be easily manageable. That means it's time to start breaking it into smaller chunks to make it easier to handle. The topic of this chapter, custom classes, will let us do just that.
We're going to cover:
Importing custom classes
Adding
NodePathfunctionality to a custom classAccessing classes from within another class
Once we have these topics under our belt, we'll be able to handle our program no matter how large it grows by breaking it down into bite-size pieces. So, what are we waiting for, right?