Are mixins considered a design pattern? Structural?
|
1
|
|||
|
|
|
Yes, it is in Ruby. |
||
|
|
|
|
Yes, it is in D. "A design pattern is a general reusable solution to a commonly occurring problem in software design" -- Wikipedia D is compiled to machine code and with the use of mixins you can use it to make templates even more useful than they are in something like C++. |
|||
|
|
|
|
They're a language feature. A "pattern" is different from a feature, in that it resolves a set of forces that may influence a situation in contradictory ways. Features, by their presence or absence, tend to create the forces that patterns resolve. Many design patterns (Double Dispatch is a good example) came about to work around language limitations (in this case method dispatching on a single argument). |
||||||||||
|
