Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
ptothew162yI saw a short where they wanted to print "Odd" or "Even" on numbers. They literally had an if sentence for each number up to 1000!
if (number == 1) {
console.log("Odd");
}
Then another guy showed how to write code that would generate this s*** up to 10 000! [...face palm...] -
Development, more than ever, is tarnished by inexperienced babies who are more interested in popularity through social media and YouTube.
The videos are to help their egos... not us. -
Wait till you discover russian Android "lifehackers", which support the stupid trend of orally chattering the steps without any diving into why.
Imagine typical indian dev video on YouTube, but 50 times faster. I'll hate with a passion whoever does the same for dev topics. -
I ranted about emojis in code before, and I've seen it in these "educational" shorts aswell. This needs to stop.
-
Short video format is a cancer that keeps spreading from platform to platform. Luckily the devs on this platform are so inactive that we should be safe.
Related Rants
Seems to me that shitty youtube shorts "explaining" basic programming concepts via shitty JavaScript snippets.
Yesterday I've seen dude basically badly explain/demonstrate currying, on such a contrived example that it didn't explain WHY would you ever want to use it, and apparently without being aware that's what it's called, and using like 5 nested/chained ternaries.
rant
wk329