> - "Use instance variables in blocks" -- what does this mean?  Do you 
> mean block locals?

   I think he changed [:some :thing | some do: thing] value: aValue
value: bValue
that was used a lot, for block locals. Somebody mentioned that as a
posibility in
the list.

> - "Pages are OrderedCollection: pages was a dictionary of in-sequence
> numbers pointing at pages. Changing that to a collection is more
> elegant."  How so?  Dictionaries are much faster for finding
> individual elements, no?

        Not if you are accesing through indexes (site.com/1), right?
I think this is it... However this dificults making easy to access
throuh
names...

        Of course, I'm guessing all this [haven't got time to look at it], so
it could be all wrong...

        Indexed Bye!
        Richie++

Reply via email to