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: faif/python-patterns
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: satishgoda/python-patterns
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.
  • 11 commits
  • 2 files changed
  • 1 contributor

Commits on Sep 8, 2016

  1. Configuration menu
    Copy the full SHA
    e97289b View commit details
    Browse the repository at this point in the history
  2. Meet the abstract Builder

    The Builder will specify the building operations that will create the representation. The Builder will not specify the order of the operations!
    satishgoda authored Sep 8, 2016
    Configuration menu
    Copy the full SHA
    a17cadb View commit details
    Browse the repository at this point in the history
  3. Build a House

    Just the operations for building a House.. Not the order in which it is built.
    satishgoda authored Sep 8, 2016
    Configuration menu
    Copy the full SHA
    a0d5e7c View commit details
    Browse the repository at this point in the history
  4. Build a Flat

    satishgoda authored Sep 8, 2016
    Configuration menu
    Copy the full SHA
    5a8f91f View commit details
    Browse the repository at this point in the history
  5. The Director tells the Builder...

    ... To build a house in the specified order.
    satishgoda authored Sep 8, 2016
    Configuration menu
    Copy the full SHA
    4eda6be View commit details
    Browse the repository at this point in the history
  6. Director wants to Build a House

    Building/House
    	Floor: One
    	Size: Big
    satishgoda authored Sep 8, 2016
    Configuration menu
    Copy the full SHA
    dab5d48 View commit details
    Browse the repository at this point in the history
  7. Director wants to Build a Flat

    Building/Flat
    	Floor: Three
    	Size: Small
    satishgoda authored Sep 8, 2016
    Configuration menu
    Copy the full SHA
    d7f7b9d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2 from satishgoda/builder

    Remix the Builder
    satishgoda authored Sep 8, 2016
    Configuration menu
    Copy the full SHA
    e6b7c5f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2016

  1. Create sceneitems.py

    satishgoda authored Sep 14, 2016
    Configuration menu
    Copy the full SHA
    d9912fe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from satishgoda/command

    Studying the command pattern
    satishgoda authored Sep 14, 2016
    Configuration menu
    Copy the full SHA
    269b58f View commit details
    Browse the repository at this point in the history
  3. Update sceneitems.py

    satishgoda authored Sep 14, 2016
    Configuration menu
    Copy the full SHA
    b2d9f15 View commit details
    Browse the repository at this point in the history
Loading