Mining/pkg/ueps
Claude 7f02b47445
ax(ueps): rename tagLengthByte to tagLength — type suffix violates AX Principle 1
Variable name tagLengthByte encoded its type (byte) rather than its role
(the length field of a TLV record). AX Principle 1: names must be semantic,
not type-annotated. tagLength is unambiguous without the redundant Byte suffix.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 13:59:57 +01:00
..
packet.go ax(ueps): expand MarshalAndSign comment to full usage example with error handling 2026-04-02 13:45:50 +01:00
packet_test.go ax(ueps): rename single-letter sentinel test variables to descriptive names 2026-04-02 13:16:32 +01:00
reader.go ax(ueps): rename tagLengthByte to tagLength — type suffix violates AX Principle 1 2026-04-02 13:59:57 +01:00
reader_test.go ax(ueps): make Bad test comment a self-contained usage example 2026-04-02 13:58:30 +01:00