-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
In general, I tend to write the name of the package as "PRIMA" when communicating with humans, but I tend to write "prima" in the code, excluding comments, which are human-oriented. The reason is as follows.
1."prima" or "Prima" may confuse a human due to the existence of this word in English / Latin / Italian.
2. In code, however, lower cases look nicer and "more modern".
That said, what do you think should be the answer to the following questions?
- The name of the package, known to humans, should it be PRIMA.jl or prima.jl?
- When we resister the package at https://github.com/JuliaRegistries/General (is this the correct place?), should it be PRIMA.jl, prima.jl, or simply PRIMA?
- In the code, should we use
PRIMA.jlorprima.jl? (Consequently,using PRIMAorusing prima)?
Currently, the Fortran code and the MATLAB /Python/C interfaces all use prima in the code.
Thanks.
Metadata
Metadata
Assignees
Labels
No labels