AX Principle 1 — Predictable Names Over Short Names: `length` and `lengthByte` are too generic for the TLV parsing context. Renamed to `tagLength` and `tagLengthByte` so the variable names are self-describing at read time. Co-Authored-By: Charon <charon@lethean.io> |
||
|---|---|---|
| .. | ||
| packet.go | ||
| packet_test.go | ||
| reader.go | ||
| reader_test.go | ||