create your own structure in python #888
|
Do you follow any standard like Cookiecutter or create your own structure? Why? |
Answered by
EimanTahir027
May 1, 2026
Replies: 1 comment
I usually take a hybrid approach. For new projects, I often start with something like Cookiecutter because it gives a solid baseline—proper structure, testing setup, packaging, and CI without wasting time on boilerplate. |
0 replies
Answer selected by
sudoUgando
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I usually take a hybrid approach.
For new projects, I often start with something like Cookiecutter because it gives a solid baseline—proper structure, testing setup, packaging, and CI without wasting time on boilerplate.