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

improved student assignment guidance

parent dddd35c1
No related branches found
No related tags found
No related merge requests found
......@@ -36,14 +36,20 @@ All MV3500 cohorts have source code collected under a common Netbeans project.
4. Name all of your files starting with your last name, e.g. **LastnameProgram.java** **LastnameScreenshot.png** etc.
5. Be sure that names match for **LastnameProgram.java** and the class name, i.e. **public class LastnameJava**
6. Be sure to start each .java source file with correct package name, for example:
1. package MV3500Cohort2021JulySeptember.homework1;
7. The Run and Debug context menus should be available for you to test your .java source.
8. Be sure to Commit (with description) and Push Upstream, as discussed above.
* package MV3500Cohort2022MayJune.homework1;
* package MV3500Cohort2022MayJune.homework2; etc.
7. Add a copy of **package-info.java** file to your directory, if you use NetBeans then package name is correct.
8. Check the javadoc by going to [build.xml](build.xml) and running target **javadoc.custom*
9. Be sure to Commit (with description) and Push Upstream, as discussed above.
After committing and pushing, you can now verify that your files are been shared by checking the website:
* https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/assignments/src/MV3500Cohort2023MarchJune
A good practice is to note your changes in a **README.md** file.
For nontrivial projects, you will also need to add a UML flow diagram and a
UML timing sequence diagram. Visio has templates for UML diagrams, drawings
with another tool or hand sketches are fine. Clarity is key.
## 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