There are two uses for namespacing:
1. Avoiding class name collisions between different packages
2. Modularization

I don't have the use cases for 2, but Torsten had an idea to support
the dot in the class name, that'd solve the problem 1. (e.g.
Chronology.Date and YourPackage.Date).

Esteban A. Maringolo

On Sun, Dec 22, 2019 at 8:57 AM ponyatov <dponya...@gmail.com> wrote:
>
> What is the modern state of namespaces support? Maybe in Pharo 8 (or 9)
>
> I'm going to model some generic async Smalltalk in Pharo, package-bounded
> namespaces can save me from prefixing every class name.
>
>
>
> --
> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
>

Reply via email to