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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: MBerezin/Java-Module-Project
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 18, 2022

  1. add new class - Calculator

    MBerezin committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    0e87f94 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. add people counter logic

    MBerezin committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    797cebf View commit details
    Browse the repository at this point in the history
  2. add constructor

    MBerezin committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    0a10f99 View commit details
    Browse the repository at this point in the history
  3. Revert "add constructor"

    This reverts commit 0a10f99.
    MBerezin committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    9068f55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    806ad0b View commit details
    Browse the repository at this point in the history
  5. add new class - Product

    MBerezin committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    ab91d8e View commit details
    Browse the repository at this point in the history
  6. add constructor for Product

    MBerezin committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    359b760 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. add new get-methods

    MBerezin committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    b4a8bdd View commit details
    Browse the repository at this point in the history
  2. add addProduct-method

    MBerezin committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    c7d41f9 View commit details
    Browse the repository at this point in the history
  3. add "add products"-logic

    MBerezin committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    184edb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef6e157 View commit details
    Browse the repository at this point in the history
  5. decompose logic into methods

    MBerezin committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    daad53e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db520fa View commit details
    Browse the repository at this point in the history
  7. set default locale

    add new methode to show division result
    MBerezin committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    bc9a5a3 View commit details
    Browse the repository at this point in the history
  8. remove not used import

    MBerezin committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    06c3b35 View commit details
    Browse the repository at this point in the history
  9. add check for negative price

    MBerezin committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    0db5aaa View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    f2bb6c2 View commit details
    Browse the repository at this point in the history
  2. - add constant for ending of products input

    - delete redundant indents
    - unite declaration and initialisation some variables
    MBerezin committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    24197b9 View commit details
    Browse the repository at this point in the history
Loading