Using and writing modules has some tangible benefits:
- They are reusable code that we can polish over time
- They break up large programs into smaller, testable units
- They abstract away details we don’t need to worry about
Grab the code for this post from the GitHub repo.
Continue reading “NetLinx: Modules”