this post was submitted on 28 Oct 2023
107 points (95.7% liked)

Programmer Humor

32050 readers
1545 users here now

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

Rules:

founded 5 years ago
MODERATORS
 

2020 study pdf.

After seeing this a couple years ago I started to be more responsible for my PHP code, writing it even with the slightest micro-optimizations possible, since more times people use my code (especially due to nature of PHP being executed in every http request), more energicity they waste because of my lazyness and more they pollute the planet. JIT was NOT included in this experiment, so the number can be much more lower.

I hope you will be responsible for your code so on too (generally I mean people using interpreted languages).

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 10 months ago (1 children)

Measure the segfaults per line and the resulting effort to resolve please.

[–] [email protected] 2 points 10 months ago (1 children)

Rust was designed not to allow issues like that...

[–] [email protected] 1 points 10 months ago (1 children)
[–] [email protected] 3 points 10 months ago

Was designed to promote issues like that (happy debugger noises)