I’ve worked on projects with 10 000+ lines of typescript and maybe 3 classes total.
I’ve worked on projects with 10 000+ lines of typescript and maybe 3 classes total.
For React, you can use React Router. That doesn’t mean you’ll do it well though.
It’s tough.
Oh. I happen to be on holiday in the next town over today. Neat.
I think they mean “inaccuracy to reality” rather than “cheating on their partners”
The dev of Boost for Reddit says he’s working on a Lemmy version, but it is as of yet unreleased.
https://play.google.com/store/apps/details?id=com.rubenmayayo.lemmy
Of course, but OOP is typically about putting methods on classes, inheritance of behaviour etc.
JS Objects aren’t typically used that way, they tend to be used as pure data containers. At least, that’s how we mostly use them.
Occasionally, we’ll use objects to simplify passing multiple arguments including arrow functions, but I’d say that doesn’t really count unless the arrow function mutates the object it’s a part of.