0 sats \ 0 replies \ @k00b 19 Oct \ on: What Do You Visualize While Programming? - Dillon Shook tech
Most programming tasks that aren't complicated algorithmically are mostly organization related. For those cases my visualization is laying out all the parts and sort of "coloring" similar parts, then iterating through arrangements and reuse of the parts such that any one "color" is only present in one place.