Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.38 KB

CommonModuleNameClientServer.md

File metadata and controls

25 lines (16 loc) · 1.38 KB

Missed postfix "ClientServer" (CommonModuleNameClientServer)

Description

To avoid code duplication, it is recommended to create client-server common modules with methods whose contents are the same on the server and on the client. These modules have signs:

  • Client (Managed application)
  • Server (ServerCall is disabled)
  • Client (Ordinary application)
  • External connection

Common modules of this type are named with the "ClientServer" (rus. "КлиентСервер").

Examples

FilesClientServer, CommonClientServer, UsersClientServer

Sources

Standard: Rules for creating common modules (RU)