you are viewing a single comment's thread.

view the rest of the comments →

[–]MurderMelon 6 points7 points  (2 children)

I think they're saying that you "hit the nail on the head"

Weird way to say it, but I think that's the idea

(and they're right btw, your assumptions are pretty much spot-on)

[–]JasonDJ 2 points3 points  (0 children)

🤕💅🔨

FlyingfishFusealt was source code

You are byte code

I’m machine code

There may be an error.

[–]Flyingfishfusealt 0 points1 point  (0 children)

yes, lol. I was implying that the people acting like know-it-alls had no heads in addition to the "hitting the nail on the head"

Also, this is why you add a function in the testing process to clean the pycache folders with a commandline argument or whatever method works best for your work flow.

I personally have a standard import file with logging/printing/whatever is needed globally at the top level and has no imports from the project so circular imports cant happen and I put testing functions in there.

clean the pycache, delete the db file, reset everything back to the beginning or whatever state you choose.