@@ -1108,29 +1108,26 @@ You'll get more graph practice in Skiena's book (see Books section below) and th
1108
1108
- [x] How to write tests: http://jasonpolites.github.io/tao-of-testing/ch4-1.1.html
1109
1109
1110
1110
- [ ] ** Design patterns**
1111
- - [ ] CS164 Lecture 3 Design Patterns: https://youtu.be/mym5m-GKG0Q?t=660
1112
- - [x] Chapter 6 (Part 1) - Patterns: https://youtu.be/LAP2A80Ajrg?list=PLJ9pm_Rc9HesnkwKlal_buSIHA-jTZMpO&t=3344
1113
- - [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
1114
- - [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
1115
- - description:
1116
- - https://www.lynda.com/Developer-Programming-Foundations-tutorials/Foundations-Programming-Design-Patterns/135365-2.html
1117
- - Patterns: https://www.youtube.com/playlist?list=PLF206E906175C7E07
1118
- - UML: https://www.youtube.com/playlist?list=PLGLfVvz_LVvQ5G-LdJ8RLqe-ndo7QITYc
1119
- - [ ] 101 Design Patterns & Tips for Developers: https://sourcemaking.com/design-patterns-and-tips
1111
+ - [x] Quick UML review: https://www.youtube.com/watch?v=3cmzqZzwNDM&list=PLGLfVvz_LVvQ5G-LdJ8RLqe-ndo7QITYc&index=3
1120
1112
- [ ] Learn these patterns:
1121
1113
- [ ] strategy
1122
- - [ ] singleton
1123
- - [ ] adapter
1114
+ - [x ] singleton
1115
+ - [x ] adapter
1124
1116
- [ ] prototype
1125
1117
- [ ] decorator
1126
1118
- [ ] visitor
1127
- - [ ] factory
1119
+ - [x ] factory
1128
1120
- [ ] facade
1129
1121
- [ ] observer
1130
1122
- [ ] proxy
1131
1123
- [ ] delegate
1124
+ - [x] Chapter 6 (Part 1) - Patterns: https://youtu.be/LAP2A80Ajrg?list=PLJ9pm_Rc9HesnkwKlal_buSIHA-jTZMpO&t=3344
1125
+ - [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
1126
+ - [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
1127
+ - [ ] Series of short videos (27 videos): https://www.youtube.com/playlist?list=PLF206E906175C7E07
1132
1128
- [ ] Head First Design Patterns: https://www.amazon.com/Head-First-Design-Patterns-Freeman/dp/0596007124
1133
1129
- I know the canonical book is "Design Patterns: Elements of Reusable Object-Oriented Software", but Head First is great for beginners to OO.
1130
+ - [ ] Handy reference: 101 Design Patterns & Tips for Developers: https://sourcemaking.com/design-patterns-and-tips
1134
1131
1135
1132
- [ ] ** Scheduling**
1136
1133
- in an OS, how it works
0 commit comments