Skip to content

tkddls23/design-pattern

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<JAVA 언어로 배우는 디자인 패턴 입문 3판> 예제 프로그램

■ 소개

이 아카이브는 유키 히로시의 "Java 언어로 배우는 디자인 패턴 입문 3판"의 예제 프로그램입니다.

예제 프로그램의 최신 버전은 다음 웹사이트에서 구할 수 있습니다.

https://www.youngjin.com/reader/pds/pds.asp

■ 디렉토리 구조

디렉토리 구조는 다음과 같습니다.

SampleCode/패턴이름/Sample	예제 프로그램
SampleCode/패턴이름/Q☆...	연습 문제에 등장하는 리스트(☆는 문제 번호)
SampleCode/패턴이름/A☆...	해답에 등장하는 리스트(☆는 문제 번호)

   --- SampleCode
      +------ readme.txt
      +------ 17 Observer
      |       +------ Sample
      |       |       +------ DigitObserver.java
      |       |       +------ GraphObserver.java
      |       |       +------ NumberGenerator.java
      |       |       +------ Observer.java
      |       |       +------ RandomNumberGenerator.java
      |       |       +------ Main.java
      |       |
      |       +------ Q1
      |       |       +------ Main.java
      |       |
      |       +------ A1
      |       |       +       .
      |       |       |       .
      |       |       +------ Main.java
      |       |
      |       +------ A2
      |       |       +       .
      |       |       |       .
      |       |       +------ Main.java
      |       
      +------ 18 Memento
      |       +------ Sample
      |       |       .
      |       .       .
      .       .
      .

■ 이 아카이브에 포함된 파일에 대한 라이센스

MIT License

Copyright (c) 2001,2004,2021 Hiroshi Yuki

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.3%
  • HTML 2.7%