Comfy-Org / Comfy-Org/ComfyUI_frontend
refactor: broader function decomposition for cognitive complexity in missing-model pipeline
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 699
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 490
Description
## Follow-up from PR #11751
**Context:**
PR #11751 (https://github.com/Comfy-Org/ComfyUI_frontend/pull/11751) extracted the missing-model pipeline orchestration from `ComfyApp` into `src/platform/missingModel/missingModelPipeline.ts`. This was intentionally refactor-heavy and deferred some improvements.
**Task:**
Perform broader function decomposition within the missing-model pipeline to reduce cognitive complexity. Break down large functions into smaller, focused units to improve readability and maintainability.
**Relevant files:**
- `src/platform/missingModel/missingModelPipeline.ts`
**Requested by:** @jaeone94 in https://github.com/Comfy-Org/ComfyUI_frontend/pull/11751
┆Issue is synchronized with this [Notion page](https://app.notion.com/p/Issue-11753-refactor-broader-function-decomposition-for-cognitive-complexity-in-missing-model-pi-3516d73d365081d59ed1e9f9389b7d8e) by [Unito](https://www.unito.io)
Contributor guide
Assessment
This issue has not been assessed yet.