docs(audit): apply global term/path substitutions across living docs
This commit is contained in:
@@ -22,7 +22,7 @@ library, CLI, and tests.
|
||||
|
||||
## Packages
|
||||
|
||||
- Use lowercase package names under `com.dohertylan.mxgateway`.
|
||||
- Use lowercase package names under `com.zb.mom.ww.mxgateway`.
|
||||
- Keep client library code separate from CLI code.
|
||||
- Keep generated protobuf classes in a generated package.
|
||||
- Do not expose implementation-only transport helpers as public API.
|
||||
|
||||
@@ -24,8 +24,8 @@ CLI, and tests.
|
||||
|
||||
## Package Structure
|
||||
|
||||
- Put library code under `src/mxgateway/`.
|
||||
- Put CLI entry points under `src/mxgateway_cli/`.
|
||||
- Put library code under `src/zb_mom_ww_mxgateway/`.
|
||||
- Put CLI entry points under `src/zb_mom_ww_mxgateway_cli/`.
|
||||
- Keep generated protobuf modules under a clearly named `generated` package.
|
||||
- Avoid import side effects that open channels, read environment variables, or
|
||||
start background tasks.
|
||||
|
||||
Reference in New Issue
Block a user