[Newbies] Re: >> implementation

Damien Cassou damien.cassou at laposte.net
Mon Jul 10 12:29:14 UTC 2006


Mathieu SUEN wrote:
> Ok so It's me who don't know what is Traits

Traits are a very interesting way of writing softwares. You can write 
behavior in something that look like a class without state (namely a 
trait) and use this behavior in the classes you want.

http://www.iam.unibe.ch/%7Escg/Research/Traits/index.html

I recommend you to read 'Traits, composable units of behavior' which is 
short and clear. I found this article very interesting.


More information about the Beginners mailing list