how to think like a programmer if all you know is cooking

So, not many people understand programming. Here's a funny/interesting way to describe programming in terms of cooking. I like it.

Similarly, I once heard an analogy about asking a software engineer to build a bridge from San Francisco to Hawaii. A software engineer would say "no problem" and then do:


while (notInHawaii) {
buildbridge();
}

Clearly that won't work in general, but in software it does. That's what makes software so interesting in a world of cheap computing resources.

Smart Answer

Smart Answer ...

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • Allowed HTML tags: <br> <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <strike> <h3> <pre> <blockquote> <h2> <div> <p>
  • Lines and paragraphs break automatically.