Skip to content
Snippets Groups Projects
Commit 609b8290 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

readability regarding COURSE_IDENTIFIER

parent 104909f9
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ clone a copy of the course repository at
Use Netbeans to upload/update your homework assignments as follows:
1. *context menu:* **Git > Remote > Pull from Upstream** to first always ensure you update your repository
1. Save into your local directory for `projects/Assignments/homework1` (as appropriate)
1. Save into your local directory for `projects/Assignments/COURSE_IDENTIFIER/homework1` (as appropriate)
1. Select file of interest in Netbeans tab for Files
1. *context menu:* **Refactor/Rename** and take spaces out of file name (gets wacky on various operating systems, email etc.)
1. Ensure Java classes and source files start with your last name
......@@ -20,7 +20,7 @@ Use Netbeans to upload/update your homework assignments as follows:
You can now verify that your files are been shared by checking the website:
* https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/projects/Assignments/
* then append YearStartEnd (i.e. *2018JanuaryMarch*, *2018JulySeptember*, etc.)
* then append `COURSE_IDENTIFIER` YearStartEnd (i.e. *2018JanuaryMarch*, *2018JulySeptember*, etc.)
### References
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment