www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 20344] New: Variable format is not in CamelCase into getopt

https://issues.dlang.org/show_bug.cgi?id=20344

          Issue ID: 20344
           Summary: Variable format is not in CamelCase into getopt
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nobody puremagic.com
          Reporter: bioinfornatics gmail.com

Dear,

Variable format is inconsitent into getopt module. Indeed variables are
sometime in Camelcase some time not. As example: 

- GetOptException https://github.com/dlang/phobos/blob/master/std/getopt.d#L43
- GetoptResult https://github.com/dlang/phobos/blob/master/std/getopt.d#L425

--
Nov 01 2019