copier icon indicating copy to clipboard operation
copier copied to clipboard

refactor: Separate part of run_copy logic into a new generate method

Open blagoySimandov opened this issue 10 months ago • 1 comments
trafficstars

The run_copy method contained logic for both asking the questions and running the project generation. This made it impossible to do something between the two actions (after asking the questions and before running generation). Dividing the generation into it's own separate method allows for this.

blagoySimandov avatar Jan 08 '25 22:01 blagoySimandov

I'm not convinced by the benefit of this change. Could you elaborate on the motivation?

sisp avatar Mar 03 '25 14:03 sisp