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: ExpDev07/coronavirus-tracker-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ashnaw/coronavirus-tracker-api
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.
  • 7 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 24, 2021

  1. Update __init__.py

    ashnaw authored Jul 24, 2021
    Configuration menu
    Copy the full SHA
    51ebbe4 View commit details
    Browse the repository at this point in the history
  2. Update countries.py

    ashnaw authored Jul 24, 2021
    Configuration menu
    Copy the full SHA
    5039651 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from ashnaw/ashnaw-patch-2

    Update __init__.py
    ashnaw authored Jul 24, 2021
    Configuration menu
    Copy the full SHA
    133a4ef View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Creational Design pattern

    The location class mentioned in the init file of location folder had too many arguments passed. Whenever the programmer has to add a new serialize structure or add new arguments, they would have to change at many files to implement this. To enable this extensibility builder pattern has been implemented, which allows the programmer to create new serial structures, add more variables to location and pass very few arguments
    ashnaw authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    c9ffb55 View commit details
    Browse the repository at this point in the history
  2. Create __init__.py

    The location class mentioned in the init file of location folder had too many arguments passed. Whenever the programmer has to add a new serialise structure or add new arguments, they would have to change at many files to implement this. To enable this extensibility builder pattern has been implemented, which allows the programmer to create new serial structures, add more variables to location and pass very few arguments
    ashnaw authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    727f662 View commit details
    Browse the repository at this point in the history
  3. Creational Design Pattern

    The location class mentioned in the init file of location folder had too many arguments passed. Whenever the programmer has to add a new serialise structure or add new arguments, they would have to change at many files to implement this. To enable this extensibility builder pattern has been implemented, which allows the programmer to create new serial structures, add more variables to location and pass very few arguments
    ashnaw authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    60cd7f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. Builder pattern (#3)

    ashnaw authored Aug 15, 2021
    Configuration menu
    Copy the full SHA
    a5399df View commit details
    Browse the repository at this point in the history
Loading