When creating Traits in Pharo+Squeak, is it proper to use a T prefix like TMyTrait and if yes, should the T go before any other prefix like TMPMyTrait (where "MP" is the other prefix), or after, like MPTMyTrait
views:
37answers:
1
+3
A:
This is only a convention that help you understand what your are writing. So yes add the T. Always add the T at the beginning so you can immediately see that it's a Trait
Cheers
mathk
2010-07-07 06:42:32