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

Programmer Humor

19197 readers
918 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
[โ€“] sum_yung_gai@lemm.ee 5 points 5 months ago (1 children)

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

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

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