r/programminghorror 1d ago

c++ Nice and simple way to break from multiple loops!

Post image
Upvotes

it's a real shame I can't avoid the "do" and "end"
Has the bonus of breaking do-while loops, we don't support those here.


r/programminghorror 1d ago

c++ really gotta make sure it doesnt't change

Post image
Upvotes

r/programminghorror 1d ago

Shell Even in hell, they don't make you escape.

Post image
Upvotes

r/programminghorror 3d ago

c++ Skill Issue

Post image
Upvotes

r/programminghorror 2d ago

c++ Reinventing C++

Post image
Upvotes

oh my god 👀


r/programminghorror 4d ago

Shell s/li/option/g -i search.html

Post image
Upvotes

Who said you shouldn't edit HTML with regex?

(for any mods, my title is the code gone wrong)


r/programminghorror 4d ago

C# Very readable and maintainable method

Post image
Upvotes

I wrote this several years ago. It does work.


r/programminghorror 5d ago

This "Hello World" Program I submitted on Day One of my Java Class

Post image
Upvotes

This also happens to be the first bit of Java I've ever written


r/programminghorror 6d ago

Lean4 Finally solved Two Sum!

Upvotes

Somehow my code is so horrifying, Lean4 is able to evaluate it, the LSP says it works and the compiler gives an error. It is theoretically correct and the kernel accepts it, but the compiler isn't able to produce anything out of it. My awful code discovered a bug in Lean's compiler.


r/programminghorror 9d ago

My solution to a Leetcode problem vs an effective solution

Thumbnail
gallery
Upvotes

r/programminghorror 8d ago

probably the most cursed code snippet I've seen

Upvotes

r/programminghorror 10d ago

Javascript Seriously? Recursive Regex?

Post image
Upvotes

r/programminghorror 14d ago

Yall my leetcode code cant be that bad right?

Thumbnail
gallery
Upvotes

r/programminghorror 15d ago

I love it

Post image
Upvotes

r/programminghorror 15d ago

c++ all that just to draw some text on the screen btw

Thumbnail
gallery
Upvotes

i didnt know what to do and spammed anyway


r/programminghorror 17d ago

Other Found this cursed project today

Thumbnail
github.com
Upvotes

Basically it injects memory into other processes, which made me laugh at work today.


r/programminghorror 17d ago

c++ If you squint hard enough it looks like json

Upvotes

r/programminghorror 19d ago

GameMaker Language What was I even thinking?

Upvotes

r/programminghorror 20d ago

Java Too much nesting

Post image
Upvotes

r/programminghorror 20d ago

I've been refactoring my own code...

Post image
Upvotes

r/programminghorror 21d ago

c compiler

Upvotes

i know it's not code but this is just as scary
helper/drivers/filesystem/sfs.c:247:5: error: conflicting types for 'find_inode_by_name'

247 | int find_inode_by_name(const char *name, uint64_t *out_lba, uint64_t *out_offset, struct sfs_inode *out_inode) {

| ^

headers/boot/kernel.h:45:5: note: previous declaration is here

45 | int find_inode_by_name(const char *name, uint64_t *out_lba, uint64_t *out_offset, struct sfs_inode *out_inode);

| ^


r/programminghorror 23d ago

Python Is this python code cursed enough?

Upvotes

r/programminghorror 25d ago

Python More cursed python

Post image
Upvotes

here it is with comments: https://github.com/dbowm91/optimizations/blob/main/soupexplained.py

EDIT: What it does (not malware) is it prints the word “soup” 86 times in random color


r/programminghorror 25d ago

Fake XNU rooter i found

Thumbnail
gallery
Upvotes

r/programminghorror 29d ago

Java- Day 11 - Interfaces

Post image
Upvotes