|
|
|
|
|
by wtetzner
3551 days ago
|
|
I think you're still missing the point. It's not the description of the logic behind them. Comments are useful for conveying why a particular value was chosen in this particular config file by some person. For example: # This is temporarily disabled until TICKET-432 is fixed.
# It should then be turned back on.
feature-that-should-usually-be-enabled: false
|
|
But, this is still information that shouldn't be embedded in the config file.
TICKET-432 should say "feature-that-should-usually-be-enabled is set to false while this issue is active. When this is fixed, set it back to true."