0
That you are more universal and easier to understand for a beginner programmer: functional vs object-oriented programming?
2 Réponses
+ 1
functional is easier to understand for beginners. I'd say start there. don't neglect learning object oriented programming though as it very useful and will reduce the amount of code that needs to be rewritten
+ 1
As for me OOP was much more simple,it includes just a few things => work with object\s(after you learn how to do basic things,youll probably be able to do more complex things by yourself...
while functional programming is aloooot of stuff,especially in JS.
Not all 100%nessesarry,but makes life more simple..or beautifull sometimes.