DEV Community

Discussion on: My Top 10 Programming Proverbs

Collapse
 
andreasjakof profile image
Andreas Jakof • Edited

That’s how I write code. 😎
First run is usually something like Pseudocode in VS, using methods that not yet exist but lining the rough path.

And then the tedious work.
Next run, the same for each of the not yet existing methods.
And so on... until all methods do, what they are supposed to.