Mining/pkg/ueps
Claude 3153a44a4b
ax(ueps): rename writeTLV params tag→tagByte, value→tagValue
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>
2026-04-02 10:45:25 +01:00
..
packet.go ax(ueps): rename writeTLV params tag→tagByte, value→tagValue 2026-04-02 10:45:25 +01:00
packet_test.go ax(ueps): replace prose comment with usage example in MarshalAndSign test 2026-04-02 10:08:51 +01:00
reader.go ax(ueps): fix inaccurate usage example in ReadAndVerify default case 2026-04-02 10:41:54 +01:00
reader_test.go ax(ueps): replace prose comment with usage example in ReadAndVerify Ugly test 2026-04-02 10:43:42 +01:00