1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2024-12-13 13:48:40 +02:00
v8-code-style/bundles/com.e1c.v8codestyle.md/markdown/common-module-name-cached.md
Artem Iliukhin 20d665396b
#318 #467 Общий модуль должен именоваться с постфиксом (#914)
Общий модуль должен именоваться с соотвествующим постфиксом  ВызовСервера или ПовтИсп
2022-02-04 15:49:48 +03:00

388 B

Common cached modules.

Use the "Cached" postfixes for the modules that implement functions with repeated use of return values (upon the call or session time) on the server and on the client respectively.

Noncompliant Code Example

Compliant Solution

See

Common modules creating rules