Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use SKIPCC_* instead of #* for skipping change control in key value #191

Open
samuelstroschein opened this issue Dec 9, 2024 — with Linear · 0 comments
Open

Comments

Copy link
Member

Context

We likely introduce more flags like TEMP_ in for keys. Mixing & matching keys like TEMP_SKIPCC_* (key that should not be change controlled and deleted after the session) is harder with #.

#_TEMP_username
TEMP_#_username 

Proposal

Use upper case word flags to ease future mix & matching.

SKIPCC_TEMP_username
TEMP_SKIPCC_username
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant