PrimaShouji / Prima2

The Discord bot.
Apache License 2.0
0 stars 4 forks source link

Monorepo format #37

Closed karashiiro closed 2 years ago

karashiiro commented 2 years ago

For this project, I think a monorepo structure might be beneficial, since all of the logical services are in fact strongly coupled, and I don't have a lot of separate teams that need ownership over their own codebases. This would also allow certain configuration information (such as ports) to be stored in this repo, reducing information duplication.

karashiiro commented 2 years ago

The password generator and sentinel will be kept separate, though.

karashiiro commented 2 years ago

Actually, there’s no harm in making sentinel public.