enthought / enthought/distarray
Meta-issue / design principle: minimize implicit arguments, global arguments, and singletons
Aperta
enhancement
- Lingua principale
- Python
- Stelle
- 5
- Fork
- 1
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
To facilitate reasoning and remove sources of hangs and bugs, we need to remove all global state and singletons. This means we should refactor the `@local` and `@vectorize` decorators as well, since these need to implicitly access an IPython.parallel `Client`.
We can revisit relaxing this in the future, but for now, this is the standing policy.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.