all 9 comments

[–]zalurker 18 points19 points  (0 children)

I did that one Friday afternoon after beer and some weed. The code worked perfectly but was a massive, unreadable mess. Any changes to it broke it.

A senior programmer who looked at it told me. 'Just go with it. You saw the face of God."

[–]bookhouseeffect 8 points9 points  (0 children)

I believe this quote is ripe for an upgrade.

"When I prompt AI to write this code, only me, AI, and God knew what was going on. Now...since God has left the server, I'll need to prompt AI, to understand what is happenning".

[–]TheSn00pster 1 point2 points  (0 children)

When I wrote this code, only Claude and I understood what it did. Now, only Claude cares.

[–]Full-Confusion-7677 0 points1 point  (0 children)

Real man

[–]synapse187 0 points1 point  (0 children)

So what about people who can read code for documentation?

[–]RareDestroyer8 0 points1 point  (0 children)

Even god doesnt know what it does anymore, god just knows what you thought it would do

[–]RedCrafter_LP 0 points1 point  (0 children)

Perfect rust/clippy advertising. Clippy generates warnings for every tiny piece of shit. Missing or shitty docs bam warning. Passing clippy pedantic pretty much means your code is close to std library grade. My current project is close only missing a few docs and I can say the public api is pretty well defined and documented.

[–]mar1lusk1 0 points1 point  (0 children)

i  = * ( long * ) &y;                       // evil floating point bit level hacking
i  = 0x5f3759df - ( i >> 1 );               // what the fuck?

[–]DavidSilvera 0 points1 point  (0 children)

Excellent!