Developing with traits

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

Developing with traits

Damien Cassou-3
To develop with traits, everyone needs good tools. Here is what I use and miss.

I develop with:

- last omnibrowser version.
- omnibrowser commands to create new traits based on template.
- omnibrowser fixes to help browsing traits (ctrl+b on a trait name,
ctrl+f to find traits).
- dynamic protocols to know what is required, what is local...

All of those above points are covered in squeak-dev images.

What I miss:

- new refactorings for trait.
- current refactorings corrected.
- global view of classes/traits as in an UML diagram.
- a way to view from where this method comes from if I select it in a class.

--
Damien Cassou

Reply | Threaded
Open this post in threaded view
|

Re: Developing with traits

hernan.wilkinson
Hi Damien,
 I just wanted to let you know that there are people working on you suggestions.
 For example, Alejandro Gonzalez is doing his thesis about refactoring for traits (An idea Stephane Ducasse gave as last year)... he has a prototype working and soon he will release it.

 Bye,
 Hernan. 

On 5/2/07, Damien Cassou <[hidden email]> wrote:
To develop with traits, everyone needs good tools. Here is what I use and miss.

I develop with:

- last omnibrowser version.
- omnibrowser commands to create new traits based on template.
- omnibrowser fixes to help browsing traits (ctrl+b on a trait name,
ctrl+f to find traits).
- dynamic protocols to know what is required, what is local...

All of those above points are covered in squeak-dev images.

What I miss:

- new refactorings for trait.
- current refactorings corrected.
- global view of classes/traits as in an UML diagram.
- a way to view from where this method comes from if I select it in a class.

--
Damien Cassou




Reply | Threaded
Open this post in threaded view
|

Re: Developing with traits

Damien Cassou-3
2007/5/2, Hernan Wilkinson <[hidden email]>:
> Hi Damien,
>  I just wanted to let you know that there are people working on you
> suggestions.
>  For example, Alejandro Gonzalez is doing his thesis about refactoring for
> traits (An idea Stephane Ducasse gave as last year)... he has a prototype
> working and soon he will release it.

Hi Hernan,

it's cool to see people work on that. Can we try the prototype? I
would like to download it and give it a try.

bye

--
Damien Cassou