Mining/pkg/ueps
Claude 813cf2d632
Some checks failed
Test / test (push) Waiting to run
Security Scan / security (push) Has been cancelled
ax(ueps): rename tagByte to tagType for semantic clarity
tagByte described the storage type (a byte), not the purpose. All
constants in the package use Tag* naming (TagVersion, TagPayload, etc.)
so the loop variable should match: tagType aligns with the domain
vocabulary and satisfies AX Principle 1 (predictable names over short
names).

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 10:55:02 +01:00
..
packet.go ax(ueps): rename tagByte to tagType in writeTLV for semantic clarity 2026-04-02 10:52:23 +01:00
packet_test.go ax(ueps): remove prose inline comments that restate code intent 2026-04-02 10:55:00 +01:00
reader.go ax(ueps): rename tagByte to tagType for semantic clarity 2026-04-02 10:55:02 +01:00
reader_test.go ax(ueps): remove prose inline comments that restate code intent 2026-04-02 10:55:00 +01:00