this post was submitted on 04 Apr 2025
510 points (90.5% liked)

Programmer Humor

22234 readers
455 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
[โ€“] [email protected] 29 points 1 day ago (1 children)
[โ€“] [email protected] 1 points 48 minutes 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.