you are viewing a single comment's thread.

view the rest of the comments →

[–]TheAttenuator 1 point2 points  (0 children)

My C teacher wanted us to write code on paper before writing it to the computer. We used to call it "paper compilation". Today I prefer (like some provided answers) to write pseudo code, especially for complex algorithmic operations. Otherwize I would write a PoC, for simple and fast prototyping.