What are some good references on how to THINK like a programmer?

What are some good references on how to THINK like a programmer?

(Not a book on a programming language.)

4 Responses to “What are some good references on how to THINK like a programmer?”

  • just "JR":

    You are an applicant for one of my programming posts.
    You are dining with me.
    The soup comes in.
    You pick up the salt and put salt in your soup.
    You failed the job application: you ASSUMED things without testing them.

  • Daniel B:

    Here are a couple good books on general programming, not about a specific language:

    Code Complete by Steve Mcconnell

    The Pragmatic Programmer: From Journeyman to Master by Andrew Hunt and David Thomas

  • Colinc:

    Programming only requires one thing. You need to think logically. No book can teach you this, it is a matter of common sense.

  • coolsun4ever:

    To think like a programmer you should think everything in some different way. Like you have to think about all the algorithms and methods to solve a problem in your own natural style but with logic.

Leave a Reply