this post was submitted on 19 Apr 2024
517 points (100.0% liked)

Programmer Humor

21988 readers
1171 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] sum_yung_gai@lemm.ee 5 points 11 months ago (1 children)

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

[โ€“] Donkter@lemmy.world 9 points 11 months ago

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