andresmasegosa/OOP_F21

Preferred directory/package structure and naming when contributing solutions?

Closed this issue · 1 comments

Can you perhaps update the README with some guidelines on contributing so we avoid all the merge conflicts?
e.g. should we append our usernames to packages for specific problems like this:

package sessionX.G_Exercises.ProblemY_USERNAME;

or would it be better to group all our solutions for a specific session in packages like this?

package sessionX.Exercises.USERNAME.ProblemY;

Done!. Thanks for the comment.