Timeline for answer to Python Observer Pattern: Examples, Tips? by jfs
Current License: CC BY-SA 2.5
Post Revisions
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 18, 2009 at 1:30 | history | edited | jfs | CC BY-SA 2.5 | corrected news-group vs. mailing list confusion |
| Dec 15, 2009 at 21:17 | history | edited | jfs | CC BY-SA 2.5 | added producer/consumer example; added note in favor of KISS |
| Dec 15, 2009 at 20:42 | comment | added | jfs | @Jim Dennis: Observer and Observable are different beasts. The former observes the latter one. | |
| Dec 15, 2009 at 3:04 | comment | added | Jim Dennis | I like how they document the restrictions on observers (and how they will remove any exception raising callables from the subscriber list. I'm not sure that "addObservable()" is my preferred name for this; but I'll defer to the community on that if I hear a call for it. | |
| Dec 15, 2009 at 0:09 | history | answered | jfs | CC BY-SA 2.5 |