Skip to content

keakalamudo/headfirstdesignpatterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

HFDP Source Code/Notes

(Design Principles)

Here are a few design principle to note from the book:

Identify the aspects of your application that vary and seperate them from what stays the same. Take what varies and "encapsulate" it so it wont affect the rest of your code. Program to an Interface and not an implementation. Favor composotion over inheritance.

(Design Patterns)

Stategy Pattern (Duck)

About

Source code from the book HFDP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages