Conversation
i-masloed
reviewed
Feb 18, 2024
| @@ -0,0 +1,21 @@ | |||
| public class Format { | |||
There was a problem hiding this comment.
- Форматирование кода - в Java принят немного другой стиль форматирования кода. Если не вдаваться в детали, то легко и быстро отформатировать код в Android Studio можно следующей комбинацией клавиш: в Windows Ctrl + Alt + L , в MacOs ⌘ + ⌥ + L.
AlexKysin
commented
Feb 20, 2024
|
Сссылка корректная, на MR, просто на раздел Conversation |
i-masloed
reviewed
Feb 20, 2024
| int quantity = 0; | ||
|
|
||
| while (true) { | ||
| Scanner scanner = new Scanner(System.in); |
There was a problem hiding this comment.
Не очень хорошо, что объект сканера создается каждый раз при итерации запроса, лучше создать один( как было до этого, и его использовать
Owner
Author
There was a problem hiding this comment.
Не знаю, возможно ли обойтись вообще одним сканером. Но у меня все ломается при таких попытках
Owner
Author
|
Исправил краш с неверным вводом цены. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
May be need more classes ¯_(ツ)_/¯