Skip to content

Commit

Permalink
Update coding style to include debug prefix for query configs
Browse files Browse the repository at this point in the history
  • Loading branch information
bikramSingh91 committed Sep 5, 2024
1 parent ff3fdf9 commit 36022b7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CODING_STYLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@ line width, indentation and ordering (for includes, using directives and etc). 
their public APIs. Only use test methods in rare edge cases where this is not
possible. For example, MemoryAllocator::testingSetFailureInjection() is used
to to inject various memory allocation failures to test error handling paths.

* Use the **debug** prefix for query configs that are intended for debugging
purposes only. These configs may enable expensive checks or disable selective
code paths, and are not recommended for use in production environments. For
example, `debug_disable_expression_with_peeling` is used to disable peeling
optimization employed in expression evaluation.
## Comments

Some good practices about code comments:
Expand Down

0 comments on commit 36022b7

Please sign in to comment.