SmalltalkBestPracticePatterns: Difference between revisions
Jump to navigation
Jump to search
Onionmixer (talk | contribs) (SBPP 메인페이지 목차수정) |
Onionmixer (talk | contribs) (목차 오류 수정) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 48: | Line 48: | ||
===Chapter 3=== | ===Chapter 3=== | ||
* [[:SmalltalkBestPracticePatterns:3. | * [[:SmalltalkBestPracticePatterns:3.1|BEHAVIOR]] | ||
* [[:SmalltalkBestPracticePatterns:3. | * [[:SmalltalkBestPracticePatterns:3.2|METHODS]] | ||
* [[:SmalltalkBestPracticePatterns:3. | * [[:SmalltalkBestPracticePatterns:3.3|MESSAGES]] | ||
Line 92: | Line 92: | ||
===Chapter 8=== | ===Chapter 8=== | ||
* [[:SmalltalkBestPracticePatterns:8. | * [[:SmalltalkBestPracticePatterns:8.1|DEVELOPMENT EXAMPLE]] | ||
* [[:SmalltalkBestPracticePatterns:8. | * [[:SmalltalkBestPracticePatterns:8.2|PROBLEM]] | ||
* [[:SmalltalkBestPracticePatterns:8. | * [[:SmalltalkBestPracticePatterns:8.3|START]] | ||
* [[:SmalltalkBestPracticePatterns:8. | * [[:SmalltalkBestPracticePatterns:8.4|ARITHMETIC]] | ||
* [[:SmalltalkBestPracticePatterns:8. | * [[:SmalltalkBestPracticePatterns:8.5|INTEGRATION]] | ||
* [[:SmalltalkBestPracticePatterns:8. | * [[:SmalltalkBestPracticePatterns:8.6|SUMMARY]] | ||
* [[:SmalltalkBestPracticePatterns: | |||
===Appendix=== | |||
* [[:SmalltalkBestPracticePatterns:Appendix_A|APPENDIX A: QUICK REFERENCE]] |
Latest revision as of 11:54, 29 July 2013
- Smalltalk Best Practice Patterns
원본-영어
http://www.amazon.com/Smalltalk-Best-Practice-Patterns-Kent/dp/013476904X
번역진행
이화영 (Hwa Young Lee)
검수진행
없음
Smalltalk Best Practice Patterns
번역관련 내용
PREFACE
Chapter 1
- INTRODUCTION
- CODING
- Talking Programs
- GOOD SOFTWARE
- STYLE
- WHAT'S MISSING?
- BOOK ORGANIZATION
- ADOPTION
- LEARNING A PATTERN
Chapter 2
Chapter 3
Chapter 4
Chapter 5
Chapter 6
Chapter 7
- FORMATTING
- Inline Message Pattern
- Type Suggesting Parameter Name
- Indented Control Flow
- Rectangular Block
- Guard Clause
- Conditional Expression
- Simple Enumeration Parameter
- Cascade
- Yourself
- Interesting Return Value
Chapter 8