Usual Start for Coding Activities
For pretty much every coding activity in this course, you need to begin the same way.
Categories:
less than a minute
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
- 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.
- open your newly created subdirectory named for the activity you’re beginning in vscode.
Last modified August 11, 2024: moved a bunch of things for archival purposes (6652bbe)