How do you visualize new concepts?
Ryan

Ryan @visualmov

About: Hey, my name is Ryan. I like to make my computer do neat things.

Location:
Vancouver, Washington
Joined:
Aug 25, 2019

How do you visualize new concepts?

Publish Date: Nov 1 '19
9 3

For me personally, I usually grab a notepad and start sketching out how various parts and aspects of the whatever I'm trying to learn are connected. I also find that writing in your own dialect of pseudocode works well too.

Comments 3 total

  • Fulton Browne
    Fulton BrowneNov 1, 2019

    I normally have an idea and just start coding and see what happens, it may just work.

    • Ryan
      RyanNov 1, 2019

      I agree. Just getting quick semi-functional code written down is important.

  • Kevin Ard
    Kevin ArdNov 1, 2019

    I visualize mentally - kinda relating code to more tangible things I've handled. It's amusing sometimes. I might have a mental whitewater creek running into warehouse bins, whose contents are pieced together like lumber for a house lol.

    Keeps me on track, though. During dev, I ask myself a lot: "is this the creek?"

    If I have to change the creek too much, the question becomes "SHOULD this be a creek? Maybe it should be a cook line?"

Add comment