Refactor the code in cli/starters.py
#4002
Labels
Issue: Feature Request
New feature or improvement to existing feature
cli/starters.py
#4002
Description
The
cli/starters.py
file contains code that handles things like the project creation flow, starter selection and tool selection. Over time, this file became quite large, now having close to a thousand lines. This causes the file to be hard to work with, and also hard to review, as the logic in the code becomes more difficult to follow.Possible Implementation
Things that could possibly help on this matter:
The text was updated successfully, but these errors were encountered: