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: jruif/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.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 30, 2015

  1. Update README.md

    3-tier: 三层架构
    abstract_factory:抽象工厂
    adapter:适配器模式
    borg:单例模式
    bridge:桥接模式
    builder:建造者模式
    chain:链模式
    command:命令模式
    composite:组合模式
    decorator:装饰模式
    facade:外观模式
    factory_method:工厂方法
    flyweight:享元模式
    graph_search:图搜索模式
    iterator:迭代器模式
    mediator:中介模式
    memento:备忘录模式
    mvc:mvc模式
    null:空模式
    observer:观察者模式
    pool:连接池模式
    prototype:原型模式
    proxy:代理模式
    publish_subscribe:发布/订阅模式
    state:状态模式
    strategy:策略模式
    template:模板方法模式
    visitor:访问者模式
    jruif committed Jul 30, 2015
    Configuration menu
    Copy the full SHA
    65bd1c2 View commit details
    Browse the repository at this point in the history
Loading