Badpractices Memes

Posts tagged with Badpractices

Reddit Engineers Right Now

Reddit Engineers Right Now
Nothing says "we've given up" quite like pushing untested code at 4:16 AM. The classic "users as QA testers" approach โ€“ the cornerstone of modern software development! Why pay for a testing team when millions of users will find your bugs for free? It's not a production outage, it's just an interactive bug hunt with real-world consequences. Reddit's recent API changes and outages suddenly make a lot more sense...

Security? Just Vibe It Away!

Security? Just Vibe It Away!
The classic security vs. speed dilemma, now with extra "vibe" energy! This senior engineer discovered that permission checks were blocking users, so the galaxy brain solution? Just nuke the entire security layer! Nothing says "ship it fast" like making your database rules "more permissive for now" (narrator: it stayed that way forever). The -7 deletions in the commit diff are probably all those pesky security checks that were just cramping everyone's style. Who needs data protection when you've got vibes ?

Security? We Store That In Local Storage Too

Security? We Store That In Local Storage Too
When your SaaS business is running on a shoestring budget, but security is just a suggestion! Nothing says "enterprise-grade" like storing your entire user authentication data in the browser's local storage where anyone with F12 and 3 brain cells can access it. Firebase auth tokens just chilling in plain sight like they're sunbathing on a public beach. Password security? More like "password suggestion." Who needs proper backend authentication when you can just hope nobody knows how to open dev tools? This is what happens when "move fast and break things" meets "I learned coding from a $12.99 Udemy course that was 80% off."