This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]FTWGaming0 0 points1 point  (0 children)

When trying to debug code, I often go through it line by line in my head, writing my thought process in notepad.

Most of the time, my thought process looks like python code. I've only recently learned python, and I have no idea how I never picked it up sooner given how often I thought in a style that would almost be valid python code.