AX Principle 1: predictable names over short names. The goroutine parameter in GetAllStats used `p *Peer` — a single-letter abbreviation with no justification under the AX exception list (i, _, t, c only). Renamed to `connectedPeer` to match the variable's semantic role. Co-Authored-By: Charon <charon@lethean.io> |
||
|---|---|---|
| .. | ||
| database | ||
| logging | ||
| mining | ||
| node | ||
| ueps | ||