this post was submitted on 14 Jul 2023
363 points (90.4% liked)

Programmer Humor

31972 readers
1135 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Funwayguy 3 points 1 year ago (1 children)

I'd like to think Typescript does a lot of heavy lifting where JS fails when it comes to web development. On the otherhand there is no fixing fundamental flaws in PHP.

Sure bad programmers write bad code, but if a language tolerates something so obviously janky via implicit unseen magic, it's just encouraging bad practices. PHP makes this worse by tweaking core behaviours in weird and wacky ways that can easily lead to security vulnerabilities.

[โ€“] [email protected] 2 points 1 year ago

A high level language should make coding easier. If it doesn't why not just code in assembly, or even build an ASIC? And no, allowing you to fuck yourself by accident isn't making your life easier even if it seems simpler at the time you write the code.