this post was submitted on 19 Apr 2024
508 points (98.1% liked)

Programmer Humor

18970 readers
487 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 5 points 4 months ago (1 children)

Immutable in order to protect against parallel code changing the size of the iterable?

[โ€“] [email protected] 9 points 4 months ago

Immutable because the only lists worth iterating over are the ones I define for myself.