WRITE OUT YOUR PLAN Ahead of Time

It is ABSOLUTELY NECESSARY for you to plan ahead of time what your code actually needs to accomplish and do. This will help you write the code much faster and avoid mini pitfalls. Whether it’s on paper, in-line comments in your code, or a flow chart, make a plan for the order of operations and what needs to happen.

You can take a sneak peek at the completed code here.

Back to Lesson