Skip to content
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

style: провести к стандарту Яндекс Практикума #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

flykeeperB
Copy link

No description provided.

Copy link

@alisilakg alisilakg left a comment

Choose a reason for hiding this comment

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

В целом, работа мне понравилась. Всё красиво и понятно. Так держать))))

}

void runInterface() {
int period;

Choose a reason for hiding this comment

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

Я бы объявила переменные и сразу им присвоила значения из сканнера, или все переменные(period,action,amout) объявила бы, а потом уже присваивала значения, чтоб было единообразно

}

double round(double value, int places) {
double ScaLe = Math.pow(10, places);

Choose a reason for hiding this comment

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

scale - переменная, лучше с маленькой буквы написать

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