Egregoros

Signal feed

Timeline

Post

Remote status

Context

1
Awkward spot where I don't know if my code is garbage or the AI / everyone else on the planet are just overcomplicating things.

I let it pull out a few utility functions into a new file and it went
from utils import foo, bar

like bro. Just import utils...
Am I crazy?

it defines functions INSIDE main()
WHY? Are those good patterns, are those bad patterns that ape good patterns because I told it to stop doing OOP? Are they just bad and I am the one who is right?
I can't tell at all anymore

Replies

1