Best practices?
[email protected] (Parrot Raiser) Sun, 2 Sep 2018 13:35:44 -0400
| Newsgroups | perl.perl6.language |
|---|---|
| Message-ID | <CACwLAp9MtvWVQEO6dJoJ6z4p_BROuRuziHZT6oK2r0ZYGyoGNQ@mail.gmail.com> |
What would be the criteria for deciding whether to name P6 constants using lower-case or UPPER_CASE names? Generally, system constants and variables use upper-case, so lower-case keeps user variables in a separate name space. Do user-defined constants belong there, or in upper-case to indicate that they are global? Apologies in advance if this starts a vicious ideological conflict.