Glossary

modules and packages

splitting a growing program like TaskFlow into separate files that can be imported and reused. Then in Chapter 13, you'll combine error handling with **testing and debugging** to write code that you can *prove* works correctly.

Learn More

Related Terms