+2
Planned

Patterns examples in ES6

Carlos Cusi il y a 3 ans mis à jour par Ukeh Chisom il y a 2 ans 3
Hi there,

After so many time looking for a good resource source I can say your website s is the best. Thanks for the effort.

Because I think effort has to have a reward I bought your book. After a first read I can say I really appreciate it.

But as everybody knows nowadays everything has to evolve.

Surely a lot of people, like me, misses examples in EcmaScript 6 or later. The ES6 is a huge community and there a not many websites with design patterns. Furthermore, with examples more people will visit your webpage which means more chances to sell more book.

If you decide to do so don't forget to aware me. Thanks.

Carlos.

+2
Planned

Hi Carlos!

Thanks for the idea! This is definitely an important task and it's in my plans. I have to tackle higher priority stuff first, though.

+1

Hi, maybe community should post such examples then?
That would be great exercise.

i would love to see visitor double dispatching in es6 

i feel it would be hard to implement visitor pattern with double dispatching in javascript, since JavaScript doesn't support method overloading