-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update #3
base: Newbranch
Are you sure you want to change the base?
Conversation
2.1 Написать паттерн Builder
2.4 Создать immutable класс
Newbranch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your builder should be inside class
https://stackoverflow.com/questions/19130876/builder-pattern-inside-vs-outside-class
You should read https://mate-academy.github.io/style-guides/java/java.html#s4.6.1-vertical-whitespace
Your code has a lot of unnecessary empty lines
private String HDD; | ||
private String CPU; | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete line
for (Computer temp:arr) { | ||
System.out.println(temp.toString()); | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete line
Reorganaze repositoriy
No description provided.