Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NetworkedGraphicsMV3500
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
NetworkedGraphicsMV3500
Commits
48a6370b
Commit
48a6370b
authored
1 year ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
improved student assignment guidance
parent
dddd35c1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
assignments/README.md
+9
-3
9 additions, 3 deletions
assignments/README.md
with
9 additions
and
3 deletions
assignments/README.md
+
9
−
3
View file @
48a6370b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment