Skip to content

Curry git and java - #18

Open
VTCurry wants to merge 4 commits into
NOVA-Uncommon-Coders:masterfrom
VTCurry:CurryGitAndJava
Open

Curry git and java#18
VTCurry wants to merge 4 commits into
NOVA-Uncommon-Coders:masterfrom
VTCurry:CurryGitAndJava

Conversation

@VTCurry

@VTCurry VTCurry commented Feb 16, 2017

Copy link
Copy Markdown

No description provided.

* Created by vtcurry on 2/7/17.
*/
public class MarvelComics {
String CompanyName;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please note Naming Convention for Java variables is that first letter be lower case. e.g. CompanyName would be named companyName, ref:
http://docs.oracle.com/javase/tutorial/java/nutsandbolts/variables.html. see Naming section.

This is a non-issue for program functionality.

@@ -0,0 +1,54 @@
package com.theironyard.novauc;

/**

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Constructors need to be created for each classes that set all fields.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants