Diego,
First, congratulations and thanks!
> 1) pvtXXXX, there are a lot of pvtXXX methods, Comanche is the first squeak
> framework I see that use it very frecuently.... why don't use only
> 'private' categories???
Original intention was to explicitly separate the external interface
from internally useful methods. Then it became legacy. So, it can be
changed.
> 2) the keys used in the Request (Fields, etc) are converted to
> lowerCase..... why??
In Comanche 4.10 (which shipped with ComSwiki 1.1) it is no longer the
case, the result of a discussion on this list. All field names are
case sensitive.
> 3) I'll use symbols as keys for the cookies dictionary, is the approach
> 'Comanche aware'?
I don't understand what could be an issue. There are occasions when I
also use symbols for keys in the Dictionary, although I'm not sure if
any such occasions are in Comanche distribution.
Bolot