Mining/pkg/ueps
Claude 501d7ecf11
ax(ueps): rename length/lengthByte to tagLength/tagLengthByte
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>
2026-04-02 09:13:08 +01:00
..
packet.go ax(ueps): use full variable name in TagHMAC and TagPayload comments 2026-04-02 08:58:53 +01:00
packet_test.go ax(ueps): replace prose claim with usage-example comment in MarshalAndSign_Ugly 2026-04-02 09:07:22 +01:00
reader.go ax(ueps): rename length/lengthByte to tagLength/tagLengthByte 2026-04-02 09:13:08 +01:00
reader_test.go ax(ueps): strip 11 prose test comments that restate function names 2026-04-02 08:48:01 +01:00