-
Notifications
You must be signed in to change notification settings - Fork 0
Comments
Conversation
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.
Привет! Рекомендую применить к файлу автоформатировние. Сочетание клавиш Alt + Ctrl + L. Отформатированный код проще читать.
src/main/java/Calculator.java
Outdated
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.
опечаточка, cost - цена, coast - берег :)
src/main/java/Calculator.java
Outdated
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.
пустые строки могут улучшить читаемость кода, но не в этом случае. Рекомендую их удалить.
src/main/java/Calculator.java
Outdated
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.
здесь тоже можно использовать String.format для сложения строк. Так будет эффективнее.
Консольное приложение по разделению счетов между клиентами