Mining/pkg/ueps
Claude dc9d7d5041
ax(ueps): remove redundant comment restating code in default switch case
AX Principle 2 — comments must show usage examples, not restate what
the code already says. The inline comment in the default branch of
ReadAndVerify's tag-switch duplicated the three lines beneath it verbatim,
adding zero information.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 12:43:23 +01:00
..
packet.go ax(ueps): add usage-example comments to exported tag constants 2026-04-02 12:13:50 +01:00
packet_test.go ax(ueps): remove double-slash comment prefix violating AX Principle 2 2026-04-02 12:25:45 +01:00
reader.go ax(ueps): remove redundant comment restating code in default switch case 2026-04-02 12:43:23 +01:00
reader_test.go ax(ueps): remove double-slash comment prefix violating AX Principle 2 2026-04-02 12:25:45 +01:00