Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [riena-dev] Keeping Riena DRY ?

These three classes are only used in tests or examples and because of that the bundle org.eclipse.riena.ui.ridgets.util.beans is not the correct place.
Copies of these classes in the tests and examples bundles aren't a very good solutions.
So maybe a new bundle?

Kind regards
Thorsten

-----Ursprüngliche Nachricht-----
Von: riena-dev-bounces@xxxxxxxxxxx [mailto:riena-dev-bounces@xxxxxxxxxxx] Im Auftrag von Stefan Liebig
Gesendet: Dienstag, 28. Oktober 2008 21:41
An: Riena Developers list
Betreff: Re: [riena-dev] Keeping Riena DRY ?

definitely a +1
Any suggestions for their new home?
A new bundle?

Tschüß,
Stefan

Am 28.10.2008 um 18:09 schrieb Volanakis, Elias:

> Hi everybody,
>
> here's a bit of constructive criticism, without intention to step on
> anybody's toes:
>
> I recently noticed that the classes TestBean, Person, PersonManager
> were removed from the org.eclipse.riena.ui.ridgets.util.beans
> package and copied to different places.
>
> I realize that org.eclipse.riena.ui.ridgets.util.beans might not
> have been the best home for those. However, personally, I find it
> worthwhile to avoid duplication of code (DRY principle - http://en.wikipedia.org/wiki/DRY)
> .
>
> We now have 6 Persons, 4 PersonManagers and 5 TestBean classes. I
> would prefer to find a better, easily accessible home for one copy
> of those classes, instead of dealing with so many duplicates.
>
> Your comments are appreciated. :-)
>
> Kind regards,
> Elias.
>
> _______________________________________________
> riena-dev mailing list
> riena-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/riena-dev

_______________________________________________
riena-dev mailing list
riena-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/riena-dev


Back to the top