Anand Mazumdar created MESOS-5661:
-------------------------------------

             Summary: Use snake casing for flag names consistently
                 Key: MESOS-5661
                 URL: https://issues.apache.org/jira/browse/MESOS-5661
             Project: Mesos
          Issue Type: Improvement
            Reporter: Anand Mazumdar


Historically, we have always used snake casing for the flag variables e.g., 
{{docker_config}} etc. However, there are some instances in our .cpp code where 
we define the flag name in the .cpp file in camel case e.g., {{modulesDir}} but 
still have the flag name as {{modules_dir}} when taking arguments from the 
user. It would be good to audit all such occurrences and consistently uses 
snake casing everywhere.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to