[NeXus-code-tickets] [NeXusCode] #357: Group and field names should be lower case

NeXus Data Format Library and Applications noreply at nexusformat.org
Thu Apr 17 14:04:37 BST 2014


#357: Group and field names should be lower case
----------------------------+------------------------
  Reporter:  BenWatts       |      Owner:  Unassigned
      Type:  defect         |     Status:  new
  Priority:  major          |  Milestone:
 Component:  documentation  |    Version:  4.3.1
Resolution:                 |   Keywords:
----------------------------+------------------------

Comment (by Pete Jemian):

 recommendation (today's telco) is to use lower case

 recommended names pass this pattern:

   [a-z_][a-z\d_]*

 names that do not pass the recommendation but pass this pattern will be
 accepted but flagged as warning during validation:

   [A-Za-z_][\w_]*

 This will be added to the manual.

--
Ticket URL: <http://trac.nexusformat.org/code/ticket/357#comment:2>
NeXus Data Format Library and Applications <http://www.nexusformat.org/>
NeXus Data Format Library and Applications



More information about the NeXus-code-tickets mailing list