Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 04246ec

Browse files
Mark Flyweight as already done, and make note
1 parent c75a7d3 commit 04246ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

todo.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Structural Patterns
2424
x Composite
2525
x Decorator
2626
Facade
27-
Flyweight
27+
X Flyweight
2828
Proxy
2929

3030
Behavioral Patterns
@@ -109,6 +109,7 @@ does dict-like stay ordered
109109
setdefault is hard to read and can lead to throwing away new objects
110110
do linters check for inner function local names that shadow names further out?
111111
“private” attributes
112+
for k in dict vs for k in dict.keys
112113

113114
mix-in classes “use mix-ins like this”
114115
“throw”? “ticks remaining”

0 commit comments

Comments
 (0)