hexagon logo

code rules

is there a chart or something that has code rules like when you have a space "" == , \\ _ [ ] ( ) ex. ?
Parents
  • Are you talking about naming conventions for features, alignments, etc..?

    Regarding the above, here is a recommendation for you:
    Any field where the user can apply a name of something, they should NEVER use a special character or a space. ONLY use numbers, letters, and underscores.

    The software will let you break this rule but as you get into upper level coding, you could corrupt your program or break other commands. It is a good idea to develop this good habit now so over time as you get better you'll never have the aforementioned problem(s).
Reply
  • Are you talking about naming conventions for features, alignments, etc..?

    Regarding the above, here is a recommendation for you:
    Any field where the user can apply a name of something, they should NEVER use a special character or a space. ONLY use numbers, letters, and underscores.

    The software will let you break this rule but as you get into upper level coding, you could corrupt your program or break other commands. It is a good idea to develop this good habit now so over time as you get better you'll never have the aforementioned problem(s).
Children
No Data