Code of Conduct
Table of contents
Service naming
As we have several service types, we want to reflect these types in the file name. It will allow us to easily determine the purpose of usage.
Default service (general-purpose, application business logic): *Service
Examples: LocalisationService
, NavigationTreeService
Resource service (state management): *Resource
Examples: UserInfoResource
, ConnectionInfoResource
Bootstrap service (application initiation logic): *Bootstrap
Examples: CustomConnectionMenuBootstrap
, SQLEditorBootstrap