[Issue 20344] New: Variable format is not in CamelCase into getopt
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Fri Nov  1 09:49:57 UTC 2019
    
    
  
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 at puremagic.com
          Reporter: bioinfornatics at 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
--
    
    
More information about the Digitalmars-d-bugs
mailing list