AX Principle 1: predictable names over short names. Parameters named `tag` and `value` lack context; `tagByte` and `tagValue` are self-documenting and consistent with the naming used in reader.go. Co-Authored-By: Charon <charon@lethean.io> |
||
|---|---|---|
| .. | ||
| packet.go | ||
| packet_test.go | ||
| reader.go | ||
| reader_test.go | ||