Replies: 3 comments 4 replies
-
I would be in favour of that restructoring. |
Beta Was this translation helpful? Give feedback.
-
If it means, git blame will show everything "added" in one commit, clear "no". Assuming the change will be done without breaking git blame, I'm +- 0 on this, because I don't see why moving everything into one directory would "make it easier to find out where stuff is located and whats the purpose" - the opposite would be the case, as today the code is clearly separated into different PDE domains, after the proposed move there will be only maven related separation, which isn't really helpful to understand code relationship. |
Beta Was this translation helpful? Give feedback.
-
Me too |
Beta Was this translation helpful? Give feedback.
-
Currently the repo layout is quite complex as we have:
Each containing some mixture of bundles / features (and there is even a
features
directory in the root).I therefore like to suggest that we change to the structured build layout this will also save some pom files currently used to connect the different parts and make it easier to find out where stuff is located and whats the purpose.
Beta Was this translation helpful? Give feedback.
All reactions