qwen-code/packages/cli/src/ui/hooks
Jaana Dogan 53a5728009
Remove redundant else branches (#86)
Else branches are an anti pattern especially if you can easily return from the previous branch. Over time, else branches cause deep nesting and make code unreadable and unmaintainable. Remove elses where possible.
2025-04-21 12:15:47 -07:00
..
useAppEffects.ts Starting to modularize into separate cli / server packages. (#55) 2025-04-19 19:45:42 +01:00
useGeminiStream.ts Remove gemini-stream.ts (#84) 2025-04-21 11:49:46 -07:00
useInputHistory.ts Adding in a history buffer (#38) 2025-04-19 14:31:59 +01:00
useLoadingIndicator.ts Remove gemini-stream.ts (#84) 2025-04-21 11:49:46 -07:00
useStdin.ts Remove redundant else branches (#86) 2025-04-21 12:15:47 -07:00