Skip to content

Commit 6ea8a01

Browse files
committed
Done with Design Patterns section.
1 parent 4a6f5dd commit 6ea8a01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ You'll get more graph practice in Skiena's book (see Books section below) and th
11071107
- [x] http://jasonpolites.github.io/tao-of-testing/ch3-1.1.html
11081108
- [x] How to write tests: http://jasonpolites.github.io/tao-of-testing/ch4-1.1.html
11091109

1110-
- [ ] **Design patterns**
1110+
- [x] **Design patterns**
11111111
- [x] Quick UML review: https://www.youtube.com/watch?v=3cmzqZzwNDM&list=PLGLfVvz_LVvQ5G-LdJ8RLqe-ndo7QITYc&index=3
11121112
- [x] Learn these patterns:
11131113
- [x] strategy
@@ -1131,15 +1131,15 @@ You'll get more graph practice in Skiena's book (see Books section below) and th
11311131
- [x] Chapter 6 (Part 2) - Abstraction-Occurrence, General Hierarchy, Player-Role, Singleton, Observer, Delegation: https://www.youtube.com/watch?v=U8-PGsjvZc4&index=12&list=PLJ9pm_Rc9HesnkwKlal_buSIHA-jTZMpO
11321132
- [x] Chapter 6 (Part 3) - Adapter, Facade, Immutable, Read-Only Interface, Proxy: https://www.youtube.com/watch?v=7sduBHuex4c&index=13&list=PLJ9pm_Rc9HesnkwKlal_buSIHA-jTZMpO
11331133
- [x] Series of videos (27 videos): https://www.youtube.com/playlist?list=PLF206E906175C7E07
1134-
- [ ] Head First Design Patterns: https://www.amazon.com/Head-First-Design-Patterns-Freeman/dp/0596007124
1134+
- [x] Head First Design Patterns: https://www.amazon.com/Head-First-Design-Patterns-Freeman/dp/0596007124
11351135
- I know the canonical book is "Design Patterns: Elements of Reusable Object-Oriented Software", but Head First is great for beginners to OO.
11361136
- [ ] Handy reference: 101 Design Patterns & Tips for Developers: https://sourcemaking.com/design-patterns-and-tips
11371137

1138-
- [ ] **Scheduling**
1138+
- [x] **Scheduling**
11391139
- in an OS, how it works
11401140
- can be gleaned from Operating System videos
11411141

1142-
- [ ] **Implement system routines**
1142+
- [x] **Implement system routines**
11431143
- understand what lies beneath the programming APIs you use
11441144
- can you implement them?
11451145

0 commit comments

Comments
 (0)