cookiejar / cookietemple

A collection of best practice cookiecutter templates for all domains and languages with extensive Github support ⛺
https://cookietemple.com
Apache License 2.0
155 stars 8 forks source link

Domain/language specific common files folders #464

Open Zethson opened 3 years ago

Zethson commented 3 years ago

I think that to scale it would be great if additionally to the common_files folder we had domain specific common_files folders such as e.g. python_common_files, which would be included if the domain matches. Is imo required to scale.

Thoughts @Imipenem ?

Imipenem commented 3 years ago

Good Idea, but I really dont know if its worth the effort. I mean, let's take python as an example: What will get included into this folder?

Zethson commented 3 years ago

Not really sure as well. Tuesday, 20 October 2020, 08:02PM +02:00 from Farwent notifications@github.com :

Good Idea, but I really dont know if its worth the effort. I mean, let's take python as an example: What will get included into this folder? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or unsubscribe .

Imipenem commented 3 years ago

I'd suggest closing this, but keep it in mind as cookietemple gets more templates. We may have to restructure some parts nevertheless so we can think about this when time has come

Zethson commented 3 years ago

Well, could aid with stuff that web-python and cli-python have in common.

So not just domain common, but also language common.

Zethson commented 3 years ago

Implemented in https://github.com/mlf-core/mlf-core and could be added to CT