rsdoiel / Artemis

Artemis is my project to create portable Oberon-07 modules that can be used in POSIX and Oberon System.
https://rsdoiel.github.io/Artemis
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

Come up with a policy about use of the "art" Prefix in Artemis modules. #7

Open rsdoiel opened 3 years ago

rsdoiel commented 3 years ago

If I want to have Artemis folded easily into other Oberon project I need to using the prefix "art" so that Artemis modules can be easily adopted. There are three cases to consider about prefixing (all related to modules which are not canonical to Artemis).

  1. Artemis ports of modules from other projects, these should be prefixed
  2. Artemis implementations of Oberon System modules for POSIX, these should be prefixed
  3. Artemis implementations of Oakwood modules, these must be prefixed "art"

Q: Should Artemis' canonical modules be prefixed?