Hi guys
I would really like to get a list of simple questions/actions that we can use to run katas around Moose. Stef _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
I totally agree. Having that would be great!
Cheers, R On Apr 4, 2013, at 12:44 PM, Stéphane Ducasse <[hidden email]> wrote: > Hi guys > > I would really like to get a list of simple questions/actions that we can use to run katas around Moose. > > > Stef > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Here are some examples.
Katas based on a JavaEE application: - find all classes that are on a part of the application (select) - from those find those that are annotated with #Remote (select) - check to see if these are using inheritance (present) - find all annotation types used within these classes (navigation: collect) Katas based on the Moose code: - How many metrics are there in Moose? (detect it in three different ways) - Where are the metrics located over the class hierarchy? - Which metrics do not have associated comments? - How many Roassal/Mondrian visualization methods do not follow the convention of xyzOn: view, but instead hardcode the view instantiation? Cheers, Doru On Apr 4, 2013, at 1:42 PM, [hidden email] wrote: > I totally agree. Having that would be great! > > Cheers, > R > > On Apr 4, 2013, at 12:44 PM, Stéphane Ducasse <[hidden email]> > wrote: > >> Hi guys >> >> I would really like to get a list of simple questions/actions that we can use to run katas around Moose. >> >> >> Stef >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- www.tudorgirba.com "Next time you see your life passing by, say 'hi' and get to know her." _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
thanks doru.
Stef On Apr 9, 2013, at 8:09 AM, Tudor Girba <[hidden email]> wrote: > Here are some examples. > > Katas based on a JavaEE application: > - find all classes that are on a part of the application (select) > - from those find those that are annotated with #Remote (select) > - check to see if these are using inheritance (present) > - find all annotation types used within these classes (navigation: collect) > > > Katas based on the Moose code: > - How many metrics are there in Moose? (detect it in three different ways) > - Where are the metrics located over the class hierarchy? > - Which metrics do not have associated comments? > - How many Roassal/Mondrian visualization methods do not follow the convention of xyzOn: view, but instead hardcode the view instantiation? > > Cheers, > Doru > > > > On Apr 4, 2013, at 1:42 PM, [hidden email] wrote: > >> I totally agree. Having that would be great! >> >> Cheers, >> R >> >> On Apr 4, 2013, at 12:44 PM, Stéphane Ducasse <[hidden email]> >> wrote: >> >>> Hi guys >>> >>> I would really like to get a list of simple questions/actions that we can use to run katas around Moose. >>> >>> >>> Stef >>> _______________________________________________ >>> Moose-dev mailing list >>> [hidden email] >>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >> >> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > -- > www.tudorgirba.com > > "Next time you see your life passing by, say 'hi' and get to know her." > > > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |