C#C
C#2y ago
kate!

Class Naming Conventions

I'm currently renaming all the classes in my Discord Bot project but I'm stumped to decide what the suffix should be for a class that the wrapper for a collection in a database.

Context
wouldn't make sense, since I am not using Entity Framework.

Currently I have;
  • Services for classes that just do things (like handling guild logging events)
  • Modules for the interaction modules that are used by Discord.NET (handling slash commands)
  • Models Whatever is the type for the collection
  • Controller ASP.NET controllers, duh.
Was this page helpful?