Thank you both for your answers. That is certainly helpful.
- I just noticed that most (all?) package names in the Pharo image do not
contain spaces although it is possible to create such names. Is this
discouraged or are there issues to watch out for?
- Is there a reference how the name mangli
BTW, Beside this mailing list, there is the Pharo Discord for discussions.
Noury
On Apr 19 2023, at 7:06 pm, Gabriel Cotelli wrote:
> Most projects that I'm aware of, follow something like this:
>
> - 1 project per git repository
>
> - One or more packages for the functional part, separate packag
Most projects that I'm aware of, follow something like this:
- 1 project per git repository
- One or more packages for the functional part, separate packages for the
tests (because if you only use categories you can't load only the runtime
required code and exclude the tests)
- If your project has