Usual Start for Coding Activities

For pretty much every coding activity in this course, you need to begin the same way.

Overview

People organize their files and information in different ways. Some folks haven’t adopted any organization strategies because they don’t know how, or haven’t previously had the need. Now’s the time, you got this!

Create a Directory

  1. in your dev directory create a subdirectory for the activity you’re beginning.
    • in case you end up needing to work with this directory on the command line, you may find it simpler if you exclude capital letters, spaces, and special characters from the subdirectory name.
  2. open your newly created subdirectory named for the activity you’re beginning in vscode.