Questions tagged as 'mixin'

1
answer

What is the difference between mixins and inheritance?

Conceptually, is there a difference between a class that extends a module by mixin and a class that inherits another class (single inheritance)? I know that by mixins , a class can extend multiple modules, which is not allowed in most prog...
asked by 12.02.2018 / 17:23
0
answers

How to create a modifiable variable using a single mixin in jade?

I have 6 cards to show a title and a list on one side. Since these cards have the same structure, I created a mixin using Jade. Since each card shows a different list, I need to create a different variable for each card to access those strings....
asked by 03.12.2018 / 20:39