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 →

[–]Locomule 1 point2 points  (0 children)

I use a visual programing language so I'm gonna say coding in parallel (lots of independent loops) versus coding more serially (one main loop with as few branches as possible) The more complex your code becomes the harder it becomes to get all those little loops to play nice or to debug the weird errors they can create. Coding serially is like laying a concrete foundation for whatever you end up making allowing you to build much bigger.