Coding 5: Organizing Code
Organizing Code
Updating a dozen copies of the same script is time consuming and tedious. Use module scripts to organize your code and allow you to make changes in one centralized location. Practice creating and calling functions within a module script while creating a treasure simulator.Also covered in this course are the computer science concepts of abstractions and algorithms.