Login  Register

Trait Searchability

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Trait Searchability

Sean P. DeNigris
Administrator
5777 posts
Forgive me if I'm missing something obvious, but how does one browse Traits in the system for inspiration when creating a new one?
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Trait Searchability

Peter Uhnak
2019 posts
Traits are instances of class Trait, so you can do `Trait allInstances`.

Peter

On Mon, Feb 13, 2017 at 11:52:03AM -0800, Sean P. DeNigris wrote:

> Forgive me if I'm missing something obvious, but how does one browse Traits
> in the system for inspiration when creating a new one?
>
>
>
> -----
> Cheers,
> Sean
> --
> View this message in context: http://forum.world.st/Trait-Searchability-tp4934131.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>

Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Trait Searchability

Denis Kudriashov
2224 posts
In reply to this post by Sean P. DeNigris

2017-02-13 20:52 GMT+01:00 Sean P. DeNigris <[hidden email]>:
Forgive me if I'm missing something obvious, but how does one browse Traits
in the system for inspiration when creating a new one?

In Calypso there are extra hierarchy modes: traits and trait users