this post was submitted on 28 Jan 2024
262 points (95.5% liked)

Programmer Humor

25594 readers
1337 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
[โ€“] 0x0@lemmy.dbzer0.com 11 points 2 years ago (1 children)

Besides the obvious flaws... is that parameter a list named list, shadowing the list() constructor?

[โ€“] infinitepcg@lemmy.world 5 points 2 years ago

It works as long as you don't call list() within that function.