Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Yandex-Practicum/Java-Module-Project-YP
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: KiMate34/Java-Module-Project-YP
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Jul 26, 2023

  1. Added and implemented class Calculater

    Modified class Main
    KiMate34 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f7feb79 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Added class Product

    Divided classes into files
    Calculator class modification and rename file and class
    Fix class Converter
    KiMate34 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    15793fa View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Calculator class modification

    Fix class Converter
    Послание для Ревьюера:
    Привет! Хочу поблагодарить вас за ваш код ревью! Вы очень доходчиво и понятно указываете на ошибки, более того подсказываете как сделать код архитектурно красивым. Вы просто прелесть, спасибо! Касательно бага по поводу завершения программы... Я попытался решить проблему при помощи преобразования и это привело меня к страшному условию: if(Integer.ToString((int)price.equalsIgnoreCase(exit)). Естественно, оно не заработало и я получил от компилятора по лицу пару раз) Поэтому решил явно указать пользователю где стои вводить команду "Завершить" для остановки программы и подсчёта результата.
    KiMate34 committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    8789e51 View commit details
    Browse the repository at this point in the history
Loading