this post was submitted on 04 Apr 2025
535 points (90.6% liked)

Programmer Humor

22244 readers
797 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
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] grue@lemmy.world 30 points 2 days ago (1 children)
[โ€“] SirQuack@feddit.nl 1 points 10 hours ago

I too, tried using regex to strip html tags. This was in php with hardly any knowledge of oop.

A university education really improved me there, since they trained you in Java to a high degree within 20 weeks (alongside stuff like UML). PHP is a fine starter language, but as applications grow, a more native oop approach with build-time validation, really made me a better developer.