Hacker News new | ask | show | jobs
by kuschku 3706 days ago
People often do code on Whiteboards – but not actual code, but diagrams, plans, etc.
1 comments

Sometimes actual code too. For instance, if I'm designing an optimization pass for a compiler, I'll write toy IR programs and show how the optimization pass will rewrite them. And I'll do it on a whiteboard.
Yup. But the thing I meant is that you illustrate things, not actually code your application code.