ObjectProfile / Roassal3

The Roassal Visualization Engine
MIT License
97 stars 52 forks source link

Trait names should have Roassal-specific prefix #211

Closed pavel-krivanek closed 4 years ago

pavel-krivanek commented 4 years ago

Trait names like TContainer and TPositionable are too generic. They need to be renamed to contain Roassal name prefix

bergel commented 4 years ago

Maybe as RSTContainer or RSContainerTrait. I prefer RSContainerTrait. At least the name is very clear.

akevalion commented 4 years ago

In pharo traits usually starts with T, for that reason we have chagend TSShape or TSBox

pavel-krivanek commented 4 years ago

I would vote for RST prefix to let start all Roassal entities on RS (RSTContainer)