Aluriak / EvolAcc

Generalist life simulator in python
MIT License
2 stars 1 forks source link

Observer or Watcher #5

Open Aluriak opened 9 years ago

Aluriak commented 9 years ago

According to discussions we had, Observer need to be renamed to Watcher. (and Observable to Watchable) According to logic, there is no reason to not use the initial Pattern name.

Currently, watcher and observer are used in concurrency. Solution is to choose definitely between the two, and never again use the other.