1

I have a component with multiple top level folders which correspond to jar files. Is it bad practice to add new top level folders to this component ( which correspond to new jar files) ? Or should I be adding new components once a component has been added.

1 Answer 1

2

The bad practice isn't so much in adding new top folder, but rather in adding any jar in the first place.

More generally, adding a new component is justified when you have a coherent set of files which can evolves on its own, will be branches or labelled as a all.
It is for sources or text data. Not for binaries, especially generated binaries that you can rebuild from the sources.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.