twoscoops / two-scoops-of-django-1.6

Tracking thoughts and feature requests for Two Scoops of Django 1.6
51 stars 7 forks source link

Page 101 - overstretching the verb usage of composite #52

Closed topiaruss closed 9 years ago

topiaruss commented 10 years ago

Warning: Picky alert

http://dictionary.reference.com/browse/composite

references a verb example something like "make a composite of (objects)", but your usage here goes WAY beyond that narrow usage.

I would feel more comfortable with ...mixins to compose useful... and ..mixins to compose your own view classes..., but it's your book ;). If you are successful, call the new language Greenfeldish. Something like what worked for this guy: https://www.youtube.com/watch?v=R2nI_3VBEtA

Finally, here's another example of what works for me : http://en.wikipedia.org/wiki/Composite_pattern

pydanny commented 9 years ago

Corrected, but modified to use our preferred inclusive 'we': We can use the power of mixins to compose our own view classes for our Django apps.

:ship: