Mining/pkg/ueps
Claude a212d1c5f0
ax(ueps): rename single-letter sentinel test variables to descriptive names
Variables e, a, b violate AX Principle 1 (predictable names over short names).
Renamed to sentinel, sentinelFirst, sentinelSecond across test functions and
the usage-example comment in packet.go.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 13:16:32 +01:00
..
packet.go ax(ueps): rename single-letter sentinel test variables to descriptive names 2026-04-02 13:16:32 +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): use var declaration for header in ReadAndVerify 2026-04-02 13:02:14 +01:00
reader_test.go ax(ueps): fix AX-2 violation in TestReader_ReadAndVerify_Bad — add errIntegrityViolation sentinel check 2026-04-02 13:04:43 +01:00