this post was submitted on 16 May 2024
357 points (96.6% liked)

Programmer Humor

34821 readers
419 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
[–] KingThrillgore@lemmy.ml 14 points 10 months ago (2 children)

Don't ever come to me saying "finally I am free from types" very few things make me angry. Rejecting types is one of them.

Also its let foo and const foo depending on how you plan to use the variable...

[–] jjjalljs@ttrpg.network 5 points 10 months ago

I mostly work in Python, but we use types at work. For a hack day project I skipped typing stuff for like an hour, and then went "wait this sucks" and added types. It was easier overall.

[–] grrgyle@slrpnk.net 2 points 10 months ago

There wasn't any let or const when I got into it hahaa