Skip to content

Commit

Permalink
Update coding style to include debug prefix for query configs (#10934)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #10934

Reviewed By: xiaoxmeng

Differential Revision: D62252128

Pulled By: bikramSingh91

fbshipit-source-id: 12acd1ed611a1cf0df4728d1333eef76940ff9a9
  • Loading branch information
bikramSingh91 authored and facebook-github-bot committed Sep 30, 2024
1 parent a29760f commit 548a662
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CODING_STYLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +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

Expand Down

0 comments on commit 548a662

Please sign in to comment.