eddie0329 / Study__ReliableJavascirpt

0 stars 0 forks source link

Summary of Book #1

Open eddie0329 opened 4 years ago

eddie0329 commented 4 years ago

Index

PART 1: Laying a Solid Foundation

Chapter 1: Practicing Skillful Software

Chapter 2: Tooling Up

Chapter 3: Constructing Reliable objects

PART 2: Testing Pattern-based code

Chapter 4: Reviewing the Benefits of Patterns

Chapter 5: Ensuring Correct Use Of the Callback Pattern

Chapter 6: Ensuring Correct Use Of the Promise Pattern

Chapter 7: Ensuring Correct Use of Partial Functional Application

Chapter 8: Ensuring Correct Use Of the Memoization Pattern

Chapter 9: Ensuring Correct Implementation Of the Singleton Pattern

Chapter 10: Ensuring Correct Implementation Of the Factory Pattern

Chapter 11: Ensuring Correct Implementation And Use Of the Sandbox Pattern

Chapter 12: Ensuring Correct Implementation Of the Decorator Pattern

Chapter 13: Ensuring Correct Implementation Of the Strategy Pattern

Chapter 14: Ensuring Correct Implementation Of the Proxy Pattern

Chapter 15: Ensuring Correct Implementation Of Chainable Methods

eddie0329 commented 4 years ago

PART 1: Laying a Solid Foundation