this post was submitted on 14 Apr 2024
0 points (NaN% liked)

Programmer Humor

31090 readers
703 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

cross-posted from: https://jlai.lu/post/6002282

He revealed the secrets !

you are viewing a single comment's thread
view the rest of the comments
[โ€“] xmunk@sh.itjust.works 1 points 2 years ago (1 children)

As someone who has written a DB handle... that shit is hard, I had to be extremely careful to protect against SQL injection. Everyone rolling their own is how we return to the Era of XSS and SQL Injection on every website. I'd prefer to have young devs use libraries and contribute as they gain knowledge.

[โ€“] KindaABigDyl@programming.dev -1 points 2 years ago

that shit is hard, I had to be extremely careful to protect against SQL injection

People need to learn to be careful