Mining/pkg/ueps
Claude 222edcd070
ax(ueps): rename uepsError to sentinelError — redundant package prefix on private type
The type name uepsError used the package abbreviation as a prefix, which
adds no semantic value inside the ueps package and violates AX Principle 1
(predictable names over short names). sentinelError names what the type IS:
an immutable, comparable error value.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 12:50:34 +01:00
..
packet.go ax(ueps): rename uepsError to sentinelError — redundant package prefix on private type 2026-04-02 12:50:34 +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): rename uepsError to sentinelError — redundant package prefix on private type 2026-04-02 12:50:34 +01:00
reader_test.go ax(ueps): remove double-slash comment prefix violating AX Principle 2 2026-04-02 12:25:45 +01:00