[Seaside-dev] Issue 242 in seaside: Using a niladic actionBlock with on:do: in not portable

Philippe Marschall philippe.marschall at gmail.com
Sat Nov 15 14:23:13 UTC 2008


done


2008/11/15, Stefan Schmiedl <s at xss.de>:
> On Sat, 15 Nov 2008 01:35:55 -0800
> codesite-noreply at google.com wrote:
>
>> Issue 242: Using a niladic actionBlock with on:do: in not portable
>> http://code.google.com/p/seaside/issues/detail?id=242
>>
>> Comment #4 by philippe.marschall:
>> Coding conventions updated as well:
>> http://www.seaside.st/community/conventions
>
> I just skimmed that page and found two nitpicks:
>
>
> For portable code inherit from WAObject. This makes sure your
> objects will receive ___and___ #initialize message upon creation.
> If create special class side object creation methods make sure
> that #initialize is still sent.
>
> ___and___ should be "an"
>
>
>
> Do not use #withIndexDo:, #keysAndValues: is the only right thing to do.
> Use #keysAndValuesDo: instead of #withIndexDo:
>
> One of those items has to go, preferably the first one.
>
> s.
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>


More information about the seaside-dev mailing list