Mining/pkg/logging
Claude b12db10680
ax(batch): expand abbreviated parameter and local variable names across all packages
Applies AX principle 1 (Predictable Names Over Short Names) to function
signatures and local variables: s->input/raw, v->target/value, d->duration,
a,b->left,right, w->writer, r->reader, l->logger, p->part/databasePoint,
fn parameter names left as-is where they are callback conventions.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 18:27:21 +01:00
..
logger.go ax(batch): expand abbreviated parameter and local variable names across all packages 2026-04-02 18:27:21 +01:00
logger_test.go ax(batch): apply Good/Bad/Ugly test naming convention across all packages 2026-04-02 18:20:32 +01:00