Description
In an off-line discussion about technical debt and code complexity the valid concern was raised that many of our internal systems are not properly documented.
One example that came up is the current/new state machine (dask/distributed#4413 dask/distributed#5046) which is documented to some extend (https://distributed.dask.org/en/stable/scheduling-state.html and https://distributed.dask.org/en/stable/worker.html#internal-scheduling) but likely not sufficiently for another developer to make educated judgment calls about code changes.
I would like to collect topics, mostly for dask/dask
and dask/distributed
where more extensive developer documentation would help either onboarding new developers or help existing developers to familiarize themselves with other areas of the code.
cc @jcrist @jrbourbeau @gjoseph92 @ncclementi
- [DEV DOCS] Documentation of Scheduler and Worker state machine distributed#5413
- [DEV DOCS] Networking in distributed distributed#5414
- [DEV DOCS] Journey of a task - HLG edition distributed#5415
- Document dev process around high level graphs dask#7755
- [DEV DOCS] Cythonization distributed#5416
- [DEV DOCS] Cluster and Adaptive classes distributed#5417