You are viewing a single thread.
View all comments View context
7 points

Do not expect to find anything like Javascript craziness on other languages. Or you’ll be severely disappointed.

permalink
report
parent
reply
4 points
for (const item in items) { }

!=

for (const item of items) { }
permalink
report
parent
reply
2 points

Still better than

for _, item in ipairs(items)
permalink
report
parent
reply
4 points

There are plenty of languages with warts at least as bad as JavaScript’s. Bash, PHP, C, even relatively sane languages like Python still have huge issues like implicit variable declaration.

permalink
report
parent
reply
6 points

JS and PHP are by themselves in a special ring of hell.

permalink
report
parent
reply
1 point

Bash is a bigger one. Luckily there’s nushell

permalink
report
parent
reply

Programmer Humor

!programmer_humor@programming.dev

Create post

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

  • Keep content in english
  • No advertisements
  • Posts must be related to programming or programmer topics

Community stats

  • 3.3K

    Monthly active users

  • 1K

    Posts

  • 38K

    Comments