Github user zuyu commented on the issue:

    https://github.com/apache/incubator-quickstep/pull/6
  
    Comments on GitHub are fine.
    
    I use `DCHECK` generally for performance reasons, whenever the debug mode 
is good enough to ensure it will be ok as well in the release one. For example, 
`DescriptionIsValid` would be a debug check only.
    
    However, there are some cases where we have to use `CHECK`, i.e., the 
expression within the `CHECK` needs to run in both modes (say 
`SerializeToArray`).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to