Message from JavaScript discussions
May 2018
— I don't use React
> I mean, you’re proposing to not use prototypes and instances, no ‘new’ or things like that?
Yes, I (almost) never write classes
— Ok, but some people do, and it’s easier to do things in a established way to do certain problems and systems, do you agree?
That said, I’m interested on what you do that you can simply avoid classes.
— I agree that following standards for developing software is a good thing, but OOP is one of a hundred different standards
— Totally agree, and this language provides us to total flexibility to do (almost) any other paradigm.
And please illustrate me, right now I’m doing front end, with react and HOC patterns. What do you think it would be interesting to do in this scenario to use instead of/more than classes?
If you have an interesting link to read the better.
— Asking the devil how to get to heaven.
— That’s a way to see it 😂
— Http://www.youtube.com/watch?v=m3svKOdZijA
— Point-free, functional code
— Thanks, I will check it
— This kind of make sense with HOC patterns, thanks again
— Np