-
Notifications
You must be signed in to change notification settings - Fork 2
/
topics.todo
executable file
·52 lines (46 loc) · 1.22 KB
/
topics.todo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Hands-on Software Design: From principles to code
Venkat Subramaniam
Email: [email protected]
Twitter: @venkat_s
http://www.agiledeveloper.com download link
Getting started:
-code will be pushed live during the class, please clone the repo
git clone http://www.agiledeveloper.com/repos/git/hsd040121
userid: onlineclass
password: code4love
Part 1: Good design and design principles:
✔What is design?
✔What is a good design?
✔Characteristics of good design
✔Cohesion
✔Coupling
✔Single Responsibility Principle
✔long methods are major violators of this
✔SLAP
✔refactoring to honor SLAP
✔Rules for simple design
✔lab
Part 2: Designing for extensibility:
✔What is extensibility?
✔Tight vs. loose vs. low coupling
✔Dependency Inversion Principle
✔Example of DIP
✔lab code/part2/lab/readme.txt
Part 3: Using fundamental design principles:
✔Design Principles
✔DRY
✔YAGNI(y) You Aren't Gonna Need It (yet)
✔Open Closed Principle
✔lab
Part 4: Object-oriented design:
✔Inheritance
✔Benefits
✔Drawbacks
✔Delegation vs. inheritance
✔When to use inheritance?
✔Liskov's Substitution Principle
✔Good examples of LSP
✔Examples of LSP violation
✔lab
Discussions:
✔discussions