Giter VIP home page Giter VIP logo

java_basic_01's Introduction

java lerning

tutorial

design pattern

refs #2

java_basic_01's People

Contributors

tksok2009 avatar

Stargazers

 avatar

Watchers

 avatar

java_basic_01's Issues

design pattern - chain method

chain method pattern

! point

    // 責任のチャーンを構築
    hand1.setNext(hand2).setNext(hand3).setNext(hand11);
    hand1.request(31);

object A,B,C

A call setNext(B) -> return B <- this B call setNext(C) -> return C ・・・・

call to change return object is throw object.

design pattern of 23

lang-jp description

design pattern gof 23

design pattern is general. However , you do not need to use them all 23 patterns

consider the gof

implements lesson code

design pattern for gof with 23

1 Iterator - refs #6

2 Adapter - refs #7

3 TemplateMethod - refs #8

4 FactoryMethod - refs #4

5 Singlton - refs #9

6 Prototype - refs #10

7 Builder - refs #5

8 AbstractFactory - refs #11

9 Bridge - refs #12

10 Strategy - refs #13

11 Composit - refs #14

12 Decorator - refs #15

13 Visitor - refs #16

14 ChainOfResponsiblility -refs #17

15 Facade - refs #18

16 Mediator -refs #19

17 observer - refs #20

17 Memento -refs #21

19 State - refs #3

20 Flayweight -refs #22

21 Proxy -refs #23

22 Command -refs #24

23 InterPreter - refs #25

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.