revid/config: create consts for config map keys

Issue #331 resolved
Saxon Milton created an issue

We’re currently using direct string literals for config map keys. This leaves room for problems. We should use string consts instead to turn potential run-time problems into build-time problems.

Comments (1)

  1. Log in to comment