[Nitro] Mixins into Glue namespace
Michael Fellinger
m.fellinger at gmail.com
Sat Oct 29 06:48:11 EDT 2005
Hey George,
Sounds like an interesting idea...
now, thinking about:
class Article
is Taggable
is Timestamped
include SomeThing::IReallyNeed
end
I think it really adds to the readability and understanding of the code and
eases the use of an often and widly used feature of Glue...
Given the possiblity that i can include classes despite of this change, it is
even a better method to distinguish between my own class-logic and how this
class behaves in Og.
voting for the change :)
manveru
Am Samstag 29 Oktober 2005 12:42 schrieb George Moschovitis:
> Dear devs,
>
> I am thinking about moving all nitro/og mixins in the Glue namespace.
> Using the 'is' alias in facets and the fact that Glue is typically
> included in the toplevel namespace you can write code like this:
>
>
> class Article
> is Taggable
> is Timestamped
> ...
> end
>
> instead of:
>
> class Article
> include Og::Taggable
> include Og::Timestamped
> ...
> end
>
> I am wondering what do you think about this changes. Are there any
> problems?
>
> regards,
> George.
>
>
> --
> http://www.gmosx.com
> http://www.navel.gr
> http://www.nitrohq.com
>
> _______________________________________________
> Nitro-general mailing list
> Nitro-general at rubyforge.org
> http://rubyforge.org/mailman/listinfo/nitro-general
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://rubyforge.org/pipermail/nitro-general/attachments/20051029/2f011385/attachment.bin
More information about the Nitro-general
mailing list