enthought / enthought/distarray
Meta-issue / design principle: minimize implicit arguments, global arguments, and singletons
Offen
enhancement
- Vorherrschende Sprache
- Python
- Sterne
- 5
- Forks
- 1
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.