Hacker News new | ask | show | jobs
by pharmakom 1156 days ago
This is why expressive programming languages matter. If your language is expressive enough, the sketch will be executable.
1 comments

Expressive languages help, but for anything larger than a homework problem I would still sketch up the system elements and how they communicate on a piece of paper, then write the implementation in a high level pseudocode. My 2c.