I propose a little game.
Each day (not Sunday) I will take a not commented class in PharoCore (in development - 1.3) and tell it on this list. The game is to propose a comment and at the end of the day the best comment will be integrated with the name of his author.
One day - One comment. Ready ? Laurent Laffont - @lolgzs
Pharo Smalltalk Screencasts: http://www.pharocasts.com/ Blog: http://magaloma.blogspot.com/ |
Shoot
On Fri, Feb 4, 2011 at 2:13 PM, laurent laffont <[hidden email]> wrote: I propose a little game. |
This code is OK ?
(SystemNavigation default allClassesAndTraits reject: [:aClass| aClass hasComment]) anyOne. Laurent. On Fri, Feb 4, 2011 at 6:16 PM, Guillermo Polito <[hidden email]> wrote: Shoot |
That seems to be fine :). Let's give it a try, hehe. We can change tomorrow's code if not ;).
On Fri, Feb 4, 2011 at 2:43 PM, laurent laffont <[hidden email]> wrote: This code is OK ? |
In reply to this post by laurent laffont
Hehe.. write a bot for hudson, which at each successful build sends
mail to list asking to comment random uncommented class. :) On 4 February 2011 18:43, laurent laffont <[hidden email]> wrote: > This code is OK ? > (SystemNavigation default > allClassesAndTraits reject: [:aClass| aClass hasComment]) anyOne. > Laurent. > On Fri, Feb 4, 2011 at 6:16 PM, Guillermo Polito <[hidden email]> > wrote: >> >> Shoot >> >> On Fri, Feb 4, 2011 at 2:13 PM, laurent laffont >> <[hidden email]> wrote: >>> >>> I propose a little game. >>> Each day (not Sunday) I will take a not commented class in PharoCore (in >>> development - 1.3) and tell it on this list. The game is to propose a >>> comment and at the end of the day the best comment will be integrated with >>> the name of his author. >>> One day - One comment. >>> Ready ? >>> Laurent Laffont - @lolgzs >>> >>> Pharo Smalltalk Screencasts: http://www.pharocasts.com/ >>> Blog: http://magaloma.blogspot.com/ >> > > -- Best regards, Igor Stasenko AKA sig. |
This (all of it) is a fantastic idea :)
On Fri, Feb 4, 2011 at 12:55 PM, Igor Stasenko <[hidden email]> wrote: > Hehe.. write a bot for hudson, which at each successful build sends > mail to list > asking to comment random uncommented class. > > :) > > On 4 February 2011 18:43, laurent laffont <[hidden email]> wrote: >> This code is OK ? >> (SystemNavigation default >> allClassesAndTraits reject: [:aClass| aClass hasComment]) anyOne. >> Laurent. >> On Fri, Feb 4, 2011 at 6:16 PM, Guillermo Polito <[hidden email]> >> wrote: >>> >>> Shoot >>> >>> On Fri, Feb 4, 2011 at 2:13 PM, laurent laffont >>> <[hidden email]> wrote: >>>> >>>> I propose a little game. >>>> Each day (not Sunday) I will take a not commented class in PharoCore (in >>>> development - 1.3) and tell it on this list. The game is to propose a >>>> comment and at the end of the day the best comment will be integrated with >>>> the name of his author. >>>> One day - One comment. >>>> Ready ? >>>> Laurent Laffont - @lolgzs >>>> >>>> Pharo Smalltalk Screencasts: http://www.pharocasts.com/ >>>> Blog: http://magaloma.blogspot.com/ >>> >> >> > > > > -- > Best regards, > Igor Stasenko AKA sig. > > |
In reply to this post by Igor Stasenko
ok with the game :)
but #anyOne will not answer a random class, always the first in set. You should use #atRandom best, Esteban El 04/02/2011, a las 2:55p.m., Igor Stasenko escribió: > Hehe.. write a bot for hudson, which at each successful build sends > mail to list > asking to comment random uncommented class. > > :) > > On 4 February 2011 18:43, laurent laffont <[hidden email]> wrote: >> This code is OK ? >> (SystemNavigation default >> allClassesAndTraits reject: [:aClass| aClass hasComment]) anyOne. >> Laurent. >> On Fri, Feb 4, 2011 at 6:16 PM, Guillermo Polito <[hidden email]> >> wrote: >>> >>> Shoot >>> >>> On Fri, Feb 4, 2011 at 2:13 PM, laurent laffont >>> <[hidden email]> wrote: >>>> >>>> I propose a little game. >>>> Each day (not Sunday) I will take a not commented class in PharoCore (in >>>> development - 1.3) and tell it on this list. The game is to propose a >>>> comment and at the end of the day the best comment will be integrated with >>>> the name of his author. >>>> One day - One comment. >>>> Ready ? >>>> Laurent Laffont - @lolgzs >>>> >>>> Pharo Smalltalk Screencasts: http://www.pharocasts.com/ >>>> Blog: http://magaloma.blogspot.com/ >>> >> >> > > > > -- > Best regards, > Igor Stasenko AKA sig. > |
On 4 February 2011 19:04, Esteban Lorenzano <[hidden email]> wrote:
> ok with the game :) > > but #anyOne will not answer a random class, always the first in set. You should use #atRandom > yeah, sure. @Markus: And sender should be Mr.Hudson :) > best, > Esteban > > El 04/02/2011, a las 2:55p.m., Igor Stasenko escribió: > >> Hehe.. write a bot for hudson, which at each successful build sends >> mail to list >> asking to comment random uncommented class. >> >> :) >> >> On 4 February 2011 18:43, laurent laffont <[hidden email]> wrote: >>> This code is OK ? >>> (SystemNavigation default >>> allClassesAndTraits reject: [:aClass| aClass hasComment]) anyOne. >>> Laurent. >>> On Fri, Feb 4, 2011 at 6:16 PM, Guillermo Polito <[hidden email]> >>> wrote: >>>> >>>> Shoot >>>> >>>> On Fri, Feb 4, 2011 at 2:13 PM, laurent laffont >>>> <[hidden email]> wrote: >>>>> >>>>> I propose a little game. >>>>> Each day (not Sunday) I will take a not commented class in PharoCore (in >>>>> development - 1.3) and tell it on this list. The game is to propose a >>>>> comment and at the end of the day the best comment will be integrated with >>>>> the name of his author. >>>>> One day - One comment. >>>>> Ready ? >>>>> Laurent Laffont - @lolgzs >>>>> >>>>> Pharo Smalltalk Screencasts: http://www.pharocasts.com/ >>>>> Blog: http://magaloma.blogspot.com/ >>>> >>> >>> >> >> >> >> -- >> Best regards, >> Igor Stasenko AKA sig. >> > > > -- Best regards, Igor Stasenko AKA sig. |
Yeap, but meanwhile, we can choose one by hand and play :P
On Fri, Feb 4, 2011 at 3:09 PM, Igor Stasenko <[hidden email]> wrote:
|
Administrator
|
In reply to this post by laurent laffont
Let's play!
Sean
Cheers,
Sean |
In reply to this post by laurent laffont
:)
Social commenting Stef On Feb 4, 2011, at 6:13 PM, laurent laffont wrote: > I propose a little game. > > Each day (not Sunday) I will take a not commented class in PharoCore (in development - 1.3) and tell it on this list. The game is to propose a comment and at the end of the day the best comment will be integrated with the name of his author. > > One day - One comment. > > Ready ? > > Laurent Laffont - @lolgzs > > Pharo Smalltalk Screencasts: http://www.pharocasts.com/ > Blog: http://magaloma.blogspot.com/ |
Free forum by Nabble | Edit this page |