Skip to content

Commit 4b81a4a

Browse files
committed
removing null, it is not considered pythonic
1 parent 6211358 commit 4b81a4a

File tree

2 files changed

+0
-106
lines changed

2 files changed

+0
-106
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Current Patterns:
3030
| [mediator](mediator.py) | an object that knows how to connect other objects and act as a proxy |
3131
| [memento](memento.py) | generate an opaque token that can be used to go back to a previous state |
3232
| [mvc](mvc.py) | model<->view<->controller (non-strict relationships) |
33-
| [null](null.py) | (no clear use in modern Python) |
3433
| [observer](observer.py) | provide a callback for notification of events/changes to data |
3534
| [pool](pool.py) | preinstantiate and maintain a group of instances of the same type |
3635
| [prototype](prototype.py) | use a factory and clones of a prototype for new instances (if instantiation is expensive) |

null.py

-105
This file was deleted.

0 commit comments

Comments
 (0)