STOP Using Classes In JavaScript | Prime Reacts

  Рет қаралды 207,304

ThePrimeTime

ThePrimeTime

8 ай бұрын

Recorded live on twitch, GET IN
/ theprimeagen
Reviewed article: everyday.codes/javascript/ple...
Author: Michael Krasnov | everyday.codes/
MY MAIN YT CHANNEL: Has well edited engineering videos
/ theprimeagen
Discord
/ discord
Have something for me to read or react to?: / theprimeagenreact
Hey I am sponsored by Turso, an edge database. I think they are pretty neet. Give them a try for free and if you want you can get a decent amount off (the free tier is the best (better than planetscale or any other))
turso.tech/deeznuts

Пікірлер: 509
@KX36
@KX36 8 ай бұрын
Javascript: A language where everything's an object but classes aren't real.
@smash3689
@smash3689 8 ай бұрын
lol never thought of it that way but 100% true
@coldestbeer
@coldestbeer 8 ай бұрын
​@smash3689 really? As a php dev i often think about it.
@dealloc
@dealloc 8 ай бұрын
You just described Smalltalk
@WayOfTheCode
@WayOfTheCode 8 ай бұрын
All functional first languages are same.
@kebien6020
@kebien6020 8 ай бұрын
Classes are actually functions. class Dog {} typeof Dog === 'function'
@sb_dunk
@sb_dunk 8 ай бұрын
Use classes when they make your code simpler. Don't when they don't.
@Chris-ic8os
@Chris-ic8os 8 ай бұрын
I think this goes for all software dev advice. Don't always or never do something just because someone on the internet said so.
@danvilela
@danvilela 8 ай бұрын
But more lines of code and complexity means quality and elegance!
@benm1295
@benm1295 8 ай бұрын
​@@danvilela This is the way! The more complex your code is, the more secure your job becomes and the more money you can demand from that company, because their business won't survive without someone understanding that "high quality and elegant" code :D At least until ChatGPT becomes better.
@Slashx92
@Slashx92 8 ай бұрын
@@danvilelaexaclty. Let me just uhh… FactoryManagerFactory.CreateFactoryManager(options)
@jordixboy
@jordixboy 8 ай бұрын
Clean code/solid/Oop have done a lot of damage. People thing you always need a class for everything.
@_bradleystrider
@_bradleystrider 8 ай бұрын
the fact you'll highlight sentences but leave out the first and last character is somehow incredibly satisfying to watch, thank you the highlightagen
@HansLemurson
@HansLemurson 8 ай бұрын
aybe it's just me, but I think it's aweso
@ThePrimeTimeagen
@ThePrimeTimeagen 8 ай бұрын
THIS IS WHY I DO IT. IT FEELS SOOOOO GOOD
@TheNewton
@TheNewton 8 ай бұрын
​@@ThePrimeTimeagen accurate text selection is the final frontier in software accessibility and your blazing the path by showing full-bookending is a fools gamble!
@ewrietz
@ewrietz 8 ай бұрын
I can’t stop noticing this now
@electricengine8407
@electricengine8407 7 ай бұрын
why tho
@Tempus0
@Tempus0 8 ай бұрын
The article is a classic case of rationalization. The author started of with a conclusion and then went searching for arguments to support it, but failed to find any arguments that would support his conclusion or really make any sense at all.
@tc2241
@tc2241 7 ай бұрын
Exactly, using invalids semantics as that. People who complain about OOP really just mean they hate overly abstracted code. Just say that and move on
@marusdod3685
@marusdod3685 3 ай бұрын
@@tc2241 no. they're just saying that there are better abstractions out there. the author of the article could've referred to closures as a better alternative to objects and classes, but he's just a boomer stuck on ES5 lol
@Dev-Siri
@Dev-Siri 8 ай бұрын
Prime is literally at a point where his name is the size of an average Java className.
@nisonatic
@nisonatic 8 ай бұрын
The name is new AbstractNameGetterMethodDelegateFactory() { }.gen()
@blarghblargh
@blarghblargh 8 ай бұрын
@@nisonatic newing and invoking inline. chadlike
@JensRoland
@JensRoland 7 ай бұрын
Also public-static-void-main-string-args-agen
@voxpopuli1341
@voxpopuli1341 8 ай бұрын
I have a colleague at work trying to create classes for everything and apply design patterns everywhere even for simple logic or single line of code. It adds a LOT of abstraction for nothing making it harder to debug. And if you tell him it may be not necessary, he will look down on you for not respecting OOP / Design patterns as taught at school. 😅 Sometimes I wish we would see more KISS in code nowadays.
@SXsoft99
@SXsoft99 8 ай бұрын
Tell him to KISS a girl
@elbobinas
@elbobinas 8 ай бұрын
Your colleague suffers from patternitis maybe he would need to go to doctor
@sahiljindal
@sahiljindal 8 ай бұрын
Does your colleague like Java? 😂
@bilbobeutlin3405
@bilbobeutlin3405 8 ай бұрын
i wish i would see more KISS on my lips :(
@Tempus0
@Tempus0 8 ай бұрын
This is a typical mistake beginners do when first learning OOP. After learning a new design pattern they feel the need to apply it to all of their codebase and completely ignoring any common sense. When it comes to design patters, less is often more.
@FilipCordas
@FilipCordas 8 ай бұрын
Javascript objects are not 'just maps' , chromium actually creates c++ structs to improve performance. It's extremely complicated and the compiler does a lot of smart things in the background.
@blarghblargh
@blarghblargh 8 ай бұрын
see, that'd be actually useful information, if the article actually was investigating the thing it purported to investigate. it's just a weird crappy opinion piece.
@merojosa
@merojosa 8 ай бұрын
Do you have any sources or something to read more about it?
@AndriiMuliar
@AndriiMuliar 7 ай бұрын
This is not part of JS. Chrome does nit compile c++
@DanniDuck
@DanniDuck 7 ай бұрын
@@AndriiMuliar You obviously don't know C++ or you'd know what he meant. He said C++ structs. Not code. Learn the difference.
@Rust_Rust_Rust
@Rust_Rust_Rust 7 ай бұрын
​@@DanniDuckstill not part of JS
@Fan_of_Ado
@Fan_of_Ado 8 ай бұрын
I don't know why I'm watching this. I've never touched JS.
@luizfcavalcanti
@luizfcavalcanti 8 ай бұрын
It's like the Borg... Resistance is futile
@robertluong3024
@robertluong3024 8 ай бұрын
JS is everywhere ... one of us! one of us!
@ikhlasulkamal5245
@ikhlasulkamal5245 8 ай бұрын
Glad you haven't, my experience with it was i have a feeling of it purposely make me dumber each line i wrote
@b_delta9725
@b_delta9725 8 ай бұрын
Your son will be genetically made inside an incubator that runs Javascript so be ready for the future
@mabciapayne16
@mabciapayne16 8 ай бұрын
You programmer tho?
@j-wenning
@j-wenning 8 ай бұрын
"Don't use classes, use something that's less optimized to do the same thing, or just make something objectively more difficult to maintain. Also, classes are less optimized because trust me bro."
@catalintudorciurte309
@catalintudorciurte309 8 ай бұрын
Classes actually are much better optimized, especially with the JIT, so that guy is talking out of his ass
@tc2241
@tc2241 7 ай бұрын
Exactly. I’m starting to believe programmer bloggers are just narcissists with an axe to grind
@AScribblingTurtle
@AScribblingTurtle 8 ай бұрын
The article says that JS Classes are just "Syntactic sugar" . We should use them more then. Having more readable code with barely any impact to performance is great. (Like with anything in life, that involves sugar, you should not over do it though.)
@ich6885
@ich6885 8 ай бұрын
Edit: article is from 2020, private attributes were not widely available back then. :) Private attributes exist in JS, see "Private class features" on MDN. (something the author of the article could've easily looked up before stating something wrong) Also that "Classes are the same as in ES5" because if you transpile it to ES5 with Babel... was quite dumb :D TL;DR: Just use JDSL.
@Derik.
@Derik. 8 ай бұрын
At the time the article was posted private fields were not widely supported in browsers. Firefox got the feature over a year later (according to caniuse). I agree that it would have been nice for them to say that it was being worked on, though.
@ich6885
@ich6885 8 ай бұрын
​@@Derik. Oh, I should've realised this article is from 2020, thanks for noticing. :) Then the author was indeed right with that point.
@trappedcat3615
@trappedcat3615 8 ай бұрын
Meanwhile, private variables can always be used in JS via closures.
@renidan2561
@renidan2561 8 ай бұрын
I love the argument "Because react devs told you not to use classes" This guy seems severely confused what the difference is between a React class component and a JS class. If you don't understand why the react devs moved away from class components, don't write an article mentioning this as an argument against classes. This is so dumb.
@mickolesmana5899
@mickolesmana5899 7 ай бұрын
yep agree, the moment i saw "Private isnt available" literally null everything he said
@MrJesterboi
@MrJesterboi 7 ай бұрын
Exactly this😂
@Daniel_Zhu_a6f
@Daniel_Zhu_a6f 8 ай бұрын
FP multiple dispatch functions may act like class methods (if they are dispatched on first argument alone), but they do not work like OOP methods. The reason is, if you know argument types, you know a method and can resolve it at compile time (even in dynamic language like Julia!). this means that dispatching can be implicitly made static most of the time, and when it is dynamic, it still should match one function with one argument collection. dispatch functions also do not feel like class methods, they feel like dynamic pattern matching statements, if that makes sense. so your program looks like one giant function, cut into match statement arms.
@robertluong3024
@robertluong3024 8 ай бұрын
I try to avoid classes first in JS when functions will do. However, they have their use. Even if its just syntactic sugar.
@nandomax3
@nandomax3 8 ай бұрын
Me too, I try to use it more like structured data
@kuhluhOG
@kuhluhOG 8 ай бұрын
try to avoid classes -first in JS- when functions will do
@SelfCheckout
@SelfCheckout 8 ай бұрын
4:55 when you're making tea and the water is hot enough
@der.Schtefan
@der.Schtefan 7 ай бұрын
Modern browsers are able to compile a lot of JS to native behind the scenes on the fly, but that is only really effective if you use classes, otherwise you'd need to hit the same object that did not change over and over again before the JIT bothers.
@jakubswistak8003
@jakubswistak8003 8 ай бұрын
Programmers never stop to amaze me. When a normal person in their work environment doesn't see something useful they won't go online and write an article "Stop using something". But I have seen countless articles or videos of programmers saying "don't use classes, don't use else statements, don't have methods longer than 5 lines of code, don't use a for loop etc etc..." and will give you a few examples that fit their narrative. I can think of dozens of examples where they are useful and also as many where they shouldn't be used.
@Slashx92
@Slashx92 8 ай бұрын
I saw a “It’s time to say goodbye to Bootstrap” a couple of months ago. I actually read it and as you can guess it was garbage. Just a bunch of “we have tailwind!” And “css is modern” like bootstrap is not constantly taking advantage of new css features At the end of the day, the message is “just be normal” lol. If you dont like bootstrap, sure, talk about it. But dont pretend like you have arrived to a revolutionary “truth” lol
@brad1785
@brad1785 8 ай бұрын
Don't use else is correct though.
@T33K3SS3LCH3N
@T33K3SS3LCH3N 8 ай бұрын
Na this absolutely exists in every industry. You just haven't seen the other industries' blogs yet.
@nisonatic
@nisonatic 8 ай бұрын
That's why the Whitespace language is bound to take off. Nobody can complain "don't use this feature!" when they can't see it.
@sb_dunk
@sb_dunk 8 ай бұрын
@@brad1785 lol
@majorhumbert676
@majorhumbert676 7 ай бұрын
Simpler notation is usually superior. JavaScript is notorious for having so many different ways for doing the same thing: - It's easier to only use === than both === and == - it's easier to use arrow functions than arrow functions, function declarations, and function expressions. - it's easier to use type instead of type and interface - it's easier to use `` than ``, '', and ”” - it's easier to always use curly brackets in block statements, than to sometime omit them and something include them. - it's easier to name variables with camelCase than camelCase, snake_case, and UPPERCASE_SNAKE_CASE. If there are multiple ways to to the same thing, do away with those things that are not absolutely necessary. In most cases, neither classes nor prototypical inheritance are required. However, closures are.
@user-og9sw4be4g
@user-og9sw4be4g 8 ай бұрын
Another banger video. If you want to encapsulate state and methods in JS you can simply put them all in an object. So here he's indirectly referring to using Object.create to wire this type of thing up to a prototype in JS if you want the methods/properties only once in memory - on the base object. Object.create is the newer syntax for using __prototype__, etc. This would have been an idiomatic way to add to and access the prototype in JS, but it's not used very much since everyone learns Class syntax from other languages and it's more familiar. It gives performance/memory boost but it's only practical if there are more than 10k instances, you aren't changing the data structure much if at all, and it's a shallow object. I think the performance is identical whether you use Object.create or Class in JS, they both use the prototype under the hood. It's a common point of contention to say that JS already had everything it needed and didn't need classes, because that comes with certain boilerplate and associated patterns that aren't really idiomatic JS, I think that's what he's trying to say here. - The J-Rodge
@aleksanderjodowski4063
@aleksanderjodowski4063 8 ай бұрын
A month ago, I attended a Node.js Course where I was taught a "thisless" approach in JS and I must say I love it
@damienlmoore
@damienlmoore 8 ай бұрын
@oodevr I believe it is nested function definitions whose top-level function returns a bucket object containing the top level function locals and the nested functions. It's cute but a cluster**** in terms of performance. People have dogmatic prejudice against classes.
@SimonBuchanNz
@SimonBuchanNz 8 ай бұрын
​@@damienlmooreit at least used to be that it was faster than classes, that's why typescript itself is written that way. It currently seems to be slower a lot of the time, but if you unwrap the actual allocations and lookup logic involved, that's not actually necessarily true, they're just missing some fast paths that classes have. The trade off for not having the semantic clarity of the class syntax is that without using "this", you can much more easily grab a function and call it without using .bind() or .call(), you can have much more natural multiple or private constructors, and without instanceof you can swap it out for tests far more easily. But I've used both, and you can mix them pretty easily, especially with Typescript interfaces. I mostly just wish Typescript didn't default the this parameter to any.
@MrAlanCristhian
@MrAlanCristhian 8 ай бұрын
Maybe is a good approach, i don't know. But it sound like another technique that solves nothing and starts a new religion like clean code and agile.
@SimonBuchanNz
@SimonBuchanNz 8 ай бұрын
@@xodr5 I... can't figure out what you're actually asking? I didn't say that using "this" was slower than scope lookup, I said it at least used to be. As in they've put a lot of work into v8 to make classes less abysmally slow, and now they're mostly just really fast. I also said that there's not really any real reason for scopes to be slower, which I meant to imply that they currently can be slower, but that that could be fixed. There's not really much in it either way unless you're doing things you shouldn't be doing either way, like allocating a million vectors as objects.
@SimonBuchanNz
@SimonBuchanNz 8 ай бұрын
@@xodr5 just checking: you're aware that JavaScript performance changes, as the implementation has work done on it, right? The v8 blog has lots of examples where using some new feature was something like 50 times (not percent!) slower than some earlier equivalent until they made a fix. Don't pay too much attention to performance numbers without specifically measuring, and don't pay much attention to micro-benchmarks (it's stupidly hard to benchmark JavaScript accurately), and don't keep assumptions about performance around for too long either, as things are fixed. For example, are you aware that let and const still have something like 10-20% performance impact in real workloads over var, for example? You'd think it wouldn't make any difference, but it absolutely can (sometimes!), and it might not in the future, as I think it's being looked at right now. The reason I prefer avoiding classes is that it's simpler to think about JavaScript without using "this", not performance. I don't know why you're picking on that point.
@jordixboy
@jordixboy 8 ай бұрын
Isn't OOP a concept and not something language specific? C has no concept of clases/objects, but you still can implement OOP with structs, functions and pointers etc
@4xelchess905
@4xelchess905 8 ай бұрын
One reason prototypal OO is more powerful, as far as I understand, is because you can do stuff like building/binding a missing "method" at runtime. In theory there is no limit of complexity in the inheritance scheme you can mimic. It's not necessarily better, it harder to optimise, but it's more powerful. That being said, I like neither style of OO in JS. For very simple stuff, classes feel like an unnecessary abstraction. For more complex patterns, JS doesn't hide well the prototypes under the hood. And Prototypal syntax in JS is really ugly. And then there is the lack of operator overload, the lack of a type system and the lack of static dispatch, so OO in JS is really just glorified namespace, possibly with some ugly inheritance and poor interfacing. It has no synergy with other feature whatsoever that most other OO language have, baring iteration. Lua IMO is prototypal OO done right. The approach is extremely minimalist, the syntax is very simple, and you code exactly what you need from OO, nothing more. The downside is you have to code it yourself, but come on, having to code in lua is more of an upside.
@raianmr2843
@raianmr2843 8 ай бұрын
JS has always been a powerful lang in all the wrong ways. Prototypical OO doesn't add anything useful to the table and its patterns can be replicated using far better abstractions. Every now and then there's a prototype-related vulnerability in V8 that wouldn't exist had JS been any saner to implement and develop with. JS should've had multiple dispatch like Julia imo. At least that seems to be much truer to the aggressive late-binding early OOP advocated.
@catalintudorciurte309
@catalintudorciurte309 7 ай бұрын
Hehe, prototypal OO allows you to implement extension methods, like in C#. It is a little over the hand, and the syntax sucks, but after you put up the scaffold it goes pretty smooth
@jaysistar2711
@jaysistar2711 8 ай бұрын
JavaScript's OOP style was taken from Self, a language by Sun that took its syntax from Smalltalk, but switched to a new (at the time) prototype based OOP. There was a simple transpiler from Smalltalk to Self, so existing code could be used. NewtonScript for the Apple Newton was based on Self even more so than JavaScript was. JavaScript is more OOP (by the definition of "closer to Smalltalk") than C++ is. Classes actually are different, by the way. Try making an AudioWorklet using prototypes to see what I mean.
@nyrtzi
@nyrtzi 8 ай бұрын
Yep, class-oriented OOP isn't the only game in town.
@Nico-qq7xl
@Nico-qq7xl 8 ай бұрын
i find this types of videos so educational, thanks daddy prime. ❤
@dealloc
@dealloc 8 ай бұрын
While I don't always reach for classes, this "article" just contains a bunch of assumptions with no real explanation behind their reasoning; no digging into JS engine code, like V8 or JavaScriptCore, to see if what they claim holds true at all. To me it's a bunch of baloney until you can actually prove what you're claiming is true. The only well known fact is that classes are syntatic sugar over prototypes in JS, though. I also highly encourage anyone to read V8 team's article on hidden classes, which are an optimization mechanism for prototypical objects (created through `new` keyword).
@danvilela
@danvilela 8 ай бұрын
For me using “new” and “this” is enough to never use classes. Never!
@IceQub3
@IceQub3 8 ай бұрын
Thank you for another classy video!
@JonathanTheZombie
@JonathanTheZombie 7 ай бұрын
One major thing overlooked here in this article: with a class definition, IDE’s and LSP’s have a much easier time figuring out how to help you program
@ponchietto
@ponchietto 6 ай бұрын
It was actually (very) briefly mentioned.
@stevenleonmusic
@stevenleonmusic 5 ай бұрын
If only that were more true for JavaScript. VS Code and Visual Studio do a decent job but when you start passing class instances as arguments they get totally stupid. Luckily there is a silly but mostly harmless work-around: Add a line of code to your class constructor that checks if the constructor's first parameter is an instance of the class itself and simply return it if so. Then whenever you have a function that wants to accept an argument of that class, reconstruct it at the beginning (e.g. arg1 = new className(arg1)). That's enough to make VS Code and Visual Studio remember the class properties again and give you the correct code completion.
@Eric.-.
@Eric.-. 5 ай бұрын
​@@stevenleonmusicor just use typescript
@marusdod3685
@marusdod3685 3 ай бұрын
just use typescript
@celiacasanovas4164
@celiacasanovas4164 8 ай бұрын
i'm not sure if this is crazy but i've got the idea that in oop, members you can pass as parameters and/or are public should only be derived from interfaces where you can't add any more public members at all, and then as local variables you could have prototype inheritance and extend objects in any way you'd like, but if you pass them to external methods you wouldn't be able to use any of the extensions because the signature of the method specifies an interface and the extensions would not be part of its api. and of course union and intersection types to specify more than one interface at a time, and using existing classes as concrete implementations of interfaces when you inherit them as a way to avoid having to write the same code over again. but never extending a concrete class by itself and never adding globally accessible public members. i don't know if this is just bullshit but i think it'd be nice
@thisbridgehascables
@thisbridgehascables 8 ай бұрын
I believe people asked for classes in js, just as people argue about using js for frontend and backend. Familiar structures from other languages make seem more relational. Like having a user class in JavaScript which communicates to a class in php called users.. with similar functions .. plus you would have a database table for users .. fields matching functions etc.. I use classes and just objects with functions.. so who knows.
@ss128136
@ss128136 7 ай бұрын
Love how someone in his chat brought up LSP. Made me feel good, cause i was thinking the same thing
@dysfunc121
@dysfunc121 8 ай бұрын
JS was inspired by self which is described as, "an object-oriented programming language based on the concept of prototypes." 🙃
@bocchitherock-ob2bl
@bocchitherock-ob2bl 8 ай бұрын
them: don't use classes in JavaScript me: don't use JavaScript
@8bitascii464
@8bitascii464 8 ай бұрын
Is your shell transparent or is that a wallpaper for your shell?
@AnandSukumaranNair
@AnandSukumaranNair 7 ай бұрын
I read this somewhere - In programming, it's all about trade-offs; every gain comes with a loss :)
@geldan
@geldan 8 ай бұрын
5:16, yes, recreate it with closures. Factories that return the methods you want that operate on private enclosed values is always a better experience than classes in JavaScript in my opinion. They used to call it the "module pattern" and it is somewhat similar to commonjs modules
@JensRoland
@JensRoland 7 ай бұрын
Ah yes, the IIFE closure returning a public interface :-) I used this pattern extensively past and honestly liked it too, but the minute we had support for native classes I dropped it. I just don’t see the downsides of classes - at least not the way I use them.
@geldan
@geldan 7 ай бұрын
@@JensRoland I pretty much exclusively write code for a browser and rarely find the need for anything oop-like, so maybe that's why I don't really use them. Then again I might be stuck in the past a bit too much. Last month I used setTimeout to break a long running fuzzy search algorithm up and prevent it from blocking and make it cancellable. When I was looking at my code after I was done I realized I should have just used a web worker.
@catalintudorciurte309
@catalintudorciurte309 7 ай бұрын
@@JensRoland the native classes have no downsides, especially now that you have fully private members. The IIFE closure instead is a bitch and eats a lot of memory
@user-zh5kg2op4h
@user-zh5kg2op4h 6 ай бұрын
Closures are much slower than classes. JIT compilers optimize classes very well.
@peanutcelery
@peanutcelery 8 ай бұрын
Imagine being ECMAScript and a JS engine having years and research on how to simplify and increase performance for prototyping "JavaScript classes" and coming up with JS classes, then a dude comes and is like "nah bro that's slow and stupid trust me bro"
@pdougall1
@pdougall1 8 ай бұрын
OMG thanks for being a person that knows how to distinguish good programming practices like encapsulation from OOP specific implementations!
@catalintudorciurte309
@catalintudorciurte309 7 ай бұрын
And yet, encapsulation is the sole reason OOP sucks. At a fine-grained level it just doesn't work
@carlogustavovalenzuelazepe5774
@carlogustavovalenzuelazepe5774 8 ай бұрын
i might be wrong but I use Js classes only when the previous code uses them and when i need to create an object that does multiple things with the same input, to just declare one and use it mutiple times
@alexandermeneses5688
@alexandermeneses5688 8 ай бұрын
I'm so happy I found this channel
@marshall-brown
@marshall-brown 8 ай бұрын
That was a shitastic article. I love how the author provided plenty of examples showing how prototypal delegation is better than ES6 class syntax!
@FlanPoirot
@FlanPoirot 8 ай бұрын
what does shitastic even mean, is that a good or a bad thing?
@suncat530
@suncat530 8 ай бұрын
​@@FlanPoirotprobably "so shit it's funny and thus fun to read"
@thekwoka4707
@thekwoka4707 7 ай бұрын
The performance callout is strange. If you benchmark class instance methods vs object with bound methods, and functions that accept the object, the class one is actually often faster and lower memory.
@jerrygreenest
@jerrygreenest Ай бұрын
Classes are bloatware where you just need to store data in it: objects are much faster than classes. Other than that, classes are sometimes useful of course. For organizing code logic, not for organizing data. Plus, objects are easily composable, in simplest cases it's just enough to { ...ojb1, ...obj2 }, Whereas classes are not as easily composable, instead it assumes you will use inheritance which I guess we all agree is much rarely needed.
@huge_letters
@huge_letters 7 ай бұрын
10:30 - as much as I try to think about perf/memory(thanks to you
@apollolux
@apollolux 8 ай бұрын
Seeing JavaScript evolve from 1.0, 1.1, and 1.2 using IE4 and Netscape Navigator 4, to quote-unquote stagnating at ES5 for years, to then finally have regular updates kickstarted by ES6, I believe now more than ever it's about using the right tool for the job. That being said, as I commented in another video, "modern JS devs" should be forced to take some time to use only ES5 for a certain period of time (preferably without jQuery) to understand and appreciate not only the limitations of what we had to deal with before the niceties of ES6 and later, but also to understand that there's more than one way to skin a cat, sometimes faster, sometimes cleaner.
@nage7447
@nage7447 8 ай бұрын
13:18 that's why we should have pipe operator in any language (in js I do it through custom function) . btv there is proposal for js about adding pipe operator
@MrAntice
@MrAntice 8 ай бұрын
Pipe would be so awesome to have. It's one of those things from elixir I always miss in js. that and proper pattern matching. switch is cumbersome.
@kirglow4639
@kirglow4639 8 ай бұрын
Prime, composition works just as well for event emitters, no need to use inheritance for that
@damionmurray8244
@damionmurray8244 8 ай бұрын
Yup...event dispatch libraries that leverage composition - like MiniSignals - are a God send.
@DeltaXML_Ltd
@DeltaXML_Ltd 7 ай бұрын
Interesting topic!
@science_trip
@science_trip 7 ай бұрын
thanks. I will continue use classes 😊
@lolwingding
@lolwingding 7 ай бұрын
Is there vim for manipulating DOM? Like for note taking in html. Yank and paste styles.
@Tnargav
@Tnargav 7 ай бұрын
I just laugh it off these days when it comes to subjects like "use this, don't use that". Just use the tool and method that will solve the problem you work on when you can. In many cases you are working on an existing project that has been designed a certain way and you need to "fit in" so you won't create the frankenstein. Yet we all had the "fun" to work on projects where different part of the application use variety of design patters - oh what fun it is to work on those ones- because particular dev insisted that their design is "bestest" than the other. The only issue I see is the typescript trap that new devs fall into without knowing vanilla JS. I often see online statement like "You don't need to learn JS just learn TS" which puts new devs in an awkward position especially when they finally get their first job and pikachu face all over the office at bespoke source code ;)
@jeremycoleman3282
@jeremycoleman3282 7 ай бұрын
@theprimetime classes can be slow if you use inheritance. Suppose animal base then extend animal to cat and dog. Dog can deopt cat in this case, because they both point to the same animal properties after v8 explodes everything. Its a tradeoff for lowery memory to do it that way. worth? imo prob not but whatever
@NotSexualAtAll
@NotSexualAtAll 5 ай бұрын
8:10 It's functional programming. JS bind is "function currying."
@MathGoOli
@MathGoOli 7 ай бұрын
I use classes but I don't usually make them. For most of my applications functional programming is the way to go. maybe if I use canvas to make a silly game I probably use it more. classes are just Blueprints.
@dabbopabblo
@dabbopabblo 8 ай бұрын
maybe this isn't such a nuanced take but I only use classes when I'm exporting something for use in another script. Or at least if the use case is encapsulated enough, that the state holding function has.
@MrAntice
@MrAntice 8 ай бұрын
Nah. this is what I consider the most correct use case for classes. It lets you decouple a dependency in a modular manner. Say you have 3 data sets depending on some arbitrary choice. (file type, encryption set, Auth provider, and what have you) Your code can then choose the correct resolver for that particular request going trough your resolver pipeline.. A class gives you easy complete encapsulation and abstraction in those cases where you need it most. Inheritance is just wrong 99.999% of the time unless you have like 50 alternative resolves with only small differences or something. like having a db common set of functions shared by schema types. (GraphQL says hi)
@dabbopabblo
@dabbopabblo 8 ай бұрын
@@MrAnticeI don't think I completely followed what you were trying to convey, could you elaborate on the specific case you have in mind and what the worst off alternative would be?
@MrAntice
@MrAntice 8 ай бұрын
The best case I know that isn't graphql related is having multiple auth providers. (google, facebook ++) Each of these give you a auth token, that all have different encryption keys and schemes. they all come with their own sdk's from the provider as well in many cases. Your user has a request, and as part of that request they are giving you a bearer token, alongside a header that tells you witch provider it comes from. A typical very bad, but far too common solution is to interact directly with the sdk's, by invoking if cases whenever you need to interact with the provider. in effect, your code has to branch whenever you need to interact with auth related data like access rights etc. something that is a common occurence in business logic. Another common one is to completely resolve all users data in the auth middleware at a substantial hit to performance. I've actually seen implementations that use both of these, and it's pure hell. it breaks really easily during updates of any kind. Using encapsulation and abstraction with classes paired with dependency injection solves the same case with far cleaner code, and you get away with only having to choose dependency in your auth middleware once. The rest of your code is then able to be completely auth provider agnostic. you can even pass a mock auth module for unit testing business logic if you want. (A very good idea btw, especially when there is access controll involved)
@ScientifikX1
@ScientifikX1 7 ай бұрын
Isn't this just one of those things where classes aren't the actual problem but people just not knowing how to use classes and following OOP principles sensibly is? Inheritance to me is a great example where I think people shoehorn methods into parent classes that don't belong there as behaviors of the class objects instead of creating a function that takes an object as a parameter, get some data from that object, and then acts on it. Or vice versa where people are afraid to use a class so they define functions that need like 6 parameters do do a thing instead of just writing a class method to a class that already has access to some or all of the data where the behavior would make sense.
@SydneyApplebaum
@SydneyApplebaum 8 ай бұрын
Time to read Eloquent Javascript again
@chadGPTSDE
@chadGPTSDE 8 ай бұрын
JavaScript really said "CLASSES" with the quotation gesture.
@thekwoka4707
@thekwoka4707 7 ай бұрын
Using classes isn't bad, but most things don't benefit in any way from it, and it introduces a lot of extra complexity where it shouldn't be.
@MrAbrazildo
@MrAbrazildo 7 ай бұрын
11:34, well, if in C 1 write a struct with data and pointers to f()s inside, I believe it'd has the same or better performance than C++'s. But there would be several disadvantages, that I think it would not be worth to be called class: 1) Everything public. This is a disaster for complex projects. It's already a crushing factor, 1 should not use. 2) Pointers could change, pointing to another f() with the same signature. 3) If a class can't hold from public its things, defeats the very propose of it: code security. 4) No inheritance, making things riskier by using composition. 5) No constructor, leaving the programmer to deal with dangerous C initializations. 6) No destructor. Despite nowadays C has a kind of "general destructor" for any kind of variable, it's up to the coder to call it right when the object is created. It's not automatic like a constructor.
@yigitgnc
@yigitgnc 5 ай бұрын
god I love those front end dudes they always know everything better then anyone else
@hugonunez6920
@hugonunez6920 8 ай бұрын
love the concept of react brain damage. I feel it myself
@industrialvectors
@industrialvectors 5 ай бұрын
I prefer to work with the most native object structures in JS. But it needs a lot of boilerplate and comments and readme's to scale and include team members. Honestly, if you work with JavaScript, you need to understand that flexibility is more important than anything else. If you want efficient code, you're using the wrong language. You need not to hold your opinions so strongly. Choose what's the best tool for the situation. For tiny project, i prefer vanilla JavaScript with es6 functionalities, almost exclusively using functions and weakly typing with jsdoc fit the intellisense. If it's web based I'll use the Dom API directly, no jQuery or bootstrap or framework. But most projects are bigger and then I'll use typescript and therefore classes make more sense for many things, but it's not java and I won't force everything into classes. I tend to value readability and clarity in my source code. This article seems to me as written by someone who is rather narrow minded, longing for one way to do everything and strongly opinionated. Possibly someone difficult with whom to work.
@tc2241
@tc2241 7 ай бұрын
That guys whole rant is him not understanding that you can have oop w/o classes
@SebastianSanabriaDiaz
@SebastianSanabriaDiaz 8 ай бұрын
The only time I use extends is to create custom events.
@greed7513
@greed7513 8 ай бұрын
I haven't seen the video, but damn just the other day I was thinking that I haven't used classes in my two years almost exclusively developing in javascript... let's see if I'm wrong
@mvargasmoran
@mvargasmoran 8 ай бұрын
de-facto, I love it.
@jt....
@jt.... 8 ай бұрын
like it or not, prototype based OOP is still OOP
@sacredgeometry
@sacredgeometry Ай бұрын
People that say OOP (or any other paradigm) is dying or fundamentally bad, or for that matter is the one true way to work, are just outing their lack of experience/ knowledge. But it's always fun to poke them in public to demonstrate that.
@daedalus5070
@daedalus5070 8 ай бұрын
As a relatively new frontend dev I have struggled to understand why they are even useful. Ive seen them used for mega menus, buttons and I just don't get it. Someone enlighten me?
@Notoriousjunior374
@Notoriousjunior374 8 ай бұрын
Because you’re working on frontend
@Diamonddrake
@Diamonddrake 8 ай бұрын
Classes are more or less just a familiar syntax for objects with their own “this scope”. Normal struct literal objects in js don’t have their own “this” so it’s difficult to reference “your self”. The way to get a “this scope” in JS is the new keyword, calling a function with new before it creates a “this scope” and applies it to the function being called and if the function doesn’t return a value it returns “this” implicitly or you can explicitly return “this”. Classes work the same way but with a more familiar syntax. You can use classes and constructor functions more or less 1 to 1 but that might change as JS matures further. According to the spec they aren’t currently required to be treated differently by the interpreter. Where are they useful? Classes (scoped objects) have most value you when you have a lot of things that need to keep up with their own state and have methods based on that state. Struct literals can have functions but they can’t easily reference themselves as they don’t have their own scope. They really shine in things like games where you need to co-locate data and self referential functionality.
@DaviAreias
@DaviAreias 8 ай бұрын
They are really good for custom elements
@nilscoussement
@nilscoussement 8 ай бұрын
Imagine you need to describe a medkit in each funtion TakeFromMedkit AddToMedkit ... You could just write a service that accepts the class MedKit MedKitManipulationService with functions accepting the param MedKit Makes it 10 times easier to track what you need to do whern you make changes
@mickolesmana5899
@mickolesmana5899 7 ай бұрын
Here's my take, since frontend component usually just need to pass or receive "static" attributes. It doesn't really need full encapsulation that class Provide. Example of Class where it is really powerful is in gamedev, since it translate very well, both the structure and the implementation. Enemy, Player on each own has its own move /attack function Do you really need to encapsulate function in frontend? 99% you dont
@ScorpioneOrzion
@ScorpioneOrzion 8 ай бұрын
That of private variables in classes is false js classes their just properties starting with a # and they can't be accessed as in you can't access it from other functions. class test { #hiddenVar constructor() { this.#hiddenVar = "Hello world" } log() { console.log(this.#hiddenVar) // will log "Hello world" } } const a = new test() function test2() { console.log(a.#hiddenVar) // Uncaught SyntaxError: Private field '#hiddenVar' must be declared in an enclosing class }
@enderarchery2153
@enderarchery2153 8 ай бұрын
I mean... they're cursed because they're objects and you can choose to assign some properties only sometimes... but sometimes they're really useful and can make things like creating a lot of asteroids with random shapes a lot easier, just... asteroids.push(new Asteroid (x,y,direction))
@enderarchery2153
@enderarchery2153 8 ай бұрын
I realize that this is probably one of the only cases where OOB is actually useful at all 😅
@DanielNistrean
@DanielNistrean 3 ай бұрын
For front-end true. But is feasible in Node.JS to not use classes?
@etherweb6796
@etherweb6796 7 ай бұрын
Dunno when this article is from, but private members do indeed exist in JS
@giorgos-4515
@giorgos-4515 8 ай бұрын
When im in a writing bad, biased, childish articles competition and my opponent is a JS Brain programmer
@AK-vx4dy
@AK-vx4dy 7 ай бұрын
I heard reverse story not a function is an object but objects underneath are fuctions...
@zeocamo
@zeocamo 8 ай бұрын
just got a task, we got this old jar file, it was compiler with hard coded values, please "convert" the jar file to source code and change the values. and when i got the code and i remember why i HATE the OOP days. for each line of code for format a one line string, there was a new class with getter and setter for the 1-5 value it use in the string format. a program that can be 60-70 lines long is made the "right" way with objects and is 3830 lines of code. we need to make "clean" code, so we need to make so many objects for nothing, as it is CLEAN code.
@nathnolt
@nathnolt 7 ай бұрын
I think A pattern like this is the way to do it. instead of inheritance: ```js const dogSpecificMethods = { ... } const robotSpecificMethods = { ... } const roboDogProto = Object.assign({}, dogSpecificMethods, robotSpecificMethods) const roboDog = Object.create(roboDogProto) ```
@nathnolt
@nathnolt 7 ай бұрын
This allows you to combine the methods of multiple objects, into 1 prototype, removing the need of linking prototypes together in an awkward way, and allowing you to combine multiple things on the same level in a simple way.
@cesarcalderon2499
@cesarcalderon2499 6 ай бұрын
its all depend classes can save you from writing more of the same code. I use classes when im building a game also. I think its all depends.
@maxwellwellman
@maxwellwellman 7 ай бұрын
why does he say there's no private fields what does # do, then
@steftrando
@steftrando 7 ай бұрын
Can someone help me. There was a ThePrimeTime video where he started to rant a little bit and talk about how people don't know terminal tools well enough and they should just learn all their tools inside and out and they can accomplish tasks 10x faster than someone who tries to write it into their app. And then he said something about a terminal tool and he said JC, or JQ? Or something that began with J. Can anyone point me to the primeagen video where he has this rant?
@melonenlord2723
@melonenlord2723 7 ай бұрын
But JS has private properties if you add an # in front of the propertie name, even it doesnt work for me for some reason. m = new MyClass(); m.#b = 0; At least in theory that should throw an error. xD
@electrostatic1
@electrostatic1 3 ай бұрын
Javascript already had state containers with functions, you just had to know how to make them. JS closures are actually very flexible and powerful, and they promote composition over inheritance.
@grug_smash_keyboard
@grug_smash_keyboard 7 ай бұрын
The use of both JS and JavaScript in the same article drove me crazy
@cant_sleeeep
@cant_sleeeep 5 ай бұрын
you should have bigger problems than that in life my boy
@user-zm3ys9ym3q
@user-zm3ys9ym3q 7 ай бұрын
5:40 Can someone, please, point me to which article Prime's referring to?
@ethanbuttazzi2602
@ethanbuttazzi2602 12 күн бұрын
OOP is very good, but its quite easy to get it wrong and make a mess of spagethi, but well executed i dont think any other paradigm can compete in terms of scalability.
@tonylangworthy5479
@tonylangworthy5479 7 ай бұрын
Dude misspelled encapsulation 🤣
@nfantone
@nfantone 3 ай бұрын
I keep hearing people trying to build an argument for JS classes saying that it "provides better autocomplete" as a major point. IDE type inference is not a language feature or its responsibility. Also, "structs with methods associated with it", which seems to be what this video is most appreciative of from OOP, are simply called "objects" in JS - no need for classes.
@GavinHohenheim
@GavinHohenheim 7 ай бұрын
Why in the actual fuck would a paradigm have an expiration date? Whenever we define a data type, that is only possible because of the declarative programming paradigm. Whenever we assign or mutate values, we still use imperative programming. Whenever we use namespaces and packages, that is modular programming. Paradigms never just "go away". I would highly urge anyone who thinks that to look at the phylogenetic tree of programming paradigms.
@sankar_boro
@sankar_boro 8 ай бұрын
We need to start using php for all purposes.
@GreyDeathVaccine
@GreyDeathVaccine 7 ай бұрын
Hot take 🙂
@thekwoka4707
@thekwoka4707 7 ай бұрын
Old style classes and moddenr classes are not the same under the hood. Like new classes don't have prototype chains. You make a class and it won't have any prototype. In high level uses, it looks almost the same, but dramatically different even just directly under the surface.
@Pictor13
@Pictor13 5 ай бұрын
And that matters only in apps that make use of a MASSIVE number of "instances", the footprint will be smaller because prototypes allow to not duplicate a property value for each instance but simply reference it. It causes more operations needed to go up the prototype chain, but imho that's neglectable. I am ignorant tho, about internals or how that's optimized inside engines.
@regimantasseipunas7970
@regimantasseipunas7970 6 ай бұрын
You just need to put on a red vest :D yayayayayayayayaya. It is so hilarious that a character like that can make reading an IT article so entertaining :D
@TilmanBaumann
@TilmanBaumann 8 ай бұрын
I wholeheartedly agree with this article. JS has Objects but not Classes. Deal with it. It's not so bad. Classes are types and live in a totally different namespace. JS doesn't have that. If you pretend that classes exist then you get weird shit with scope that you don't understand.
@SimonBuchanNz
@SimonBuchanNz 8 ай бұрын
Nah, classes and types in general being values is perfectly fine as a language approach, and can lead to some real fun and nice solutions. The problem is that JavaScript, as usual, just did it really badly.
@maelstrom57
@maelstrom57 6 ай бұрын
A JavaScript class is whatever JavaScript decrees is a class.
@revenity7543
@revenity7543 8 ай бұрын
Class has optimizations
@ryanshea5221
@ryanshea5221 7 ай бұрын
I did not need a reminder that 1899 got canceled :(
@brennan123
@brennan123 7 ай бұрын
I generally don't use classes either but the referenced article makes a poor case. The reason I don't use them is because I find functions a much better primitive. It's lower level, simpler, easier to understand and reason about, and you can construct higher level primitives to create more advanced abstractions. OOP starts at a much higher level primitive and thus doesn't allow you as much control in designing the fundamental architecture / "primitives" of your app.
@diomepa2100
@diomepa2100 6 ай бұрын
Actionscript 3, a typed ECMA dialect from like 2006, had proper classes. To big extent where type script got most of its syntax. Dead just like flash. But AS devs were major factor for TS becoming as relevant as it did
@MohamedCherifBOUCHELAGHEMdz23
@MohamedCherifBOUCHELAGHEMdz23 7 ай бұрын
C#, Java, PHP ... are class based languages JS is an Object Oriented Language Check James Coplien aout the topic
@andreilucasgoncalves1416
@andreilucasgoncalves1416 8 ай бұрын
The only thing I don't like classes is because they are not minifiable and for most web apps this matter to make a really fast startup app.
@Spongman
@Spongman 7 ай бұрын
you should learn how LZ77 works
@adamwarvergeben
@adamwarvergeben 8 ай бұрын
You forgot to further scroll down, there was still something left.
@kjts9846
@kjts9846 6 ай бұрын
From "[Classes are syntactic sugar over prototypes] ... they produce (almost) the same code under the hood" to "2. Performance issues: Because classes implementation"
WebComponents Will Outlive Your JavaScript Framework | Prime Reacts
28:47
Что будет с кроссовком?
00:35
Аришнев
Рет қаралды 2,4 МЛН
[실시간] 전철에서 찍힌 기생생물 감염 장면 | 기생수: 더 그레이
00:15
Netflix Korea 넷플릭스 코리아
Рет қаралды 38 МЛН
How Senior Programmers ACTUALLY Write Code
13:37
Healthy Software Developer
Рет қаралды 1,2 МЛН
1000x FASTER JavaScript?
29:17
ThePrimeTime
Рет қаралды 127 М.
Firing Our Top Talent Was The Best Decision Ever | Prime Reacts
23:19
Reacting to Controversial Opinions of Software Engineers
9:18
Fireship
Рет қаралды 1,9 МЛН
Removing TypeScript - DHH | Prime Reacts
13:22
ThePrimeTime
Рет қаралды 136 М.
The purest coding style, where bugs are near impossible
10:25
Coderized
Рет қаралды 805 М.
Why I Quit Netflix
7:11
ThePrimeagen
Рет қаралды 473 М.
Why Signals Are Better Than React Hooks
16:30
Web Dev Simplified
Рет қаралды 439 М.
Functions vs Classes: When to Use Which and Why?
10:49
ArjanCodes
Рет қаралды 133 М.
Самый маленький игровой ПК
0:46
ITMania - Сборка ПК
Рет қаралды 589 М.
Такого вы точно не видели #SonyEricsson #MPF10 #K700
0:19
BenJi Mobile Channel
Рет қаралды 2,8 МЛН
УШЕЛ С iPHONE 15 PRO MAX НА PIXEL 8 PRO: ЭТО ЖЕСТЬ
32:33
Арсений Петров
Рет қаралды 33 М.
Опасная флешка 🤯
0:22
FATA MORGANA
Рет қаралды 666 М.
The PA042 SAMSUNG S24 Ultra phone cage turns your phone into a pro camera!
0:24