this post was submitted on 08 Nov 2024
748 points (98.2% liked)

Programmer Humor

19572 readers
1639 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] 32 points 1 week ago* (last edited 1 week ago) (4 children)
import yhwh  

def interventionSort(unsortedList):
    sortedList = yhwh.pray(
    "Oh great and merciful Lord above, let thine glory shine upon yonder list!", 
    unsortedList
    )  
    return sortedList
[โ€“] [email protected] 11 points 1 week ago

Camelcase in python, ew, a fundamentalist would do that

load more comments (3 replies)