Question regarding git naming conventions: I have ...
# announcements
l
Question regarding git naming conventions: I have a project, let's assume it's called Apple, and it has a core repository, currently has the same name as the project. They look
Apple / Apple
when seen together. The question is, what should I name the core repository to be consistent with kotlin ecosystem? Should it be
Apple / AppleCore
,
Apple / Core
,
Apple / apple
,
Apple / apple-core
, or some other name?
d
JB uses apple-core style, at least for the bigger kotlin repositories.
👍 1