Share via


Teaching the Skill of Reading Code

One would think my last post related to this topic was a Oxidizing Agent in a Redux Reaction  (yep, I started out as a pure science major) given the response by Larry and Eric. Hey, but thats a good thing... it gets people thinking.

So a few sessions into this endeavor, here is what I think is working. People need to immediately tie back a concept they learn to everyday applications. Being able to immediately apply something learned helps retention of that which is presented. So instead of going weeks teaching abstract concepts and hoping participants will be able to put 2 and 2 together in the end, I am ensuring they can immediately put to use a concept that is discussed in class when they leave.

Towards the end of every session, I randomly pick pieces of our code containing the concepts just presented and have students verbally break it down. Using the knowledge just obtained, they have begun to see how simple queries in the source where particular event log entries are made can help reinforce the traditional troubleshooting techniques in problem isolation. This is baby steps for those not from a coding background, but hopefully this is a catalyst for those individuals of a non-coding background can use source code to begin to research how some aspect of a large, complex product such as Exchange works and determine the appropriate next steps in resolving customer issues.

Comments

  • Anonymous
    June 28, 2004
    Just a little feedback on that last paragraph, as I am currently learning C++ from Jeremy in class here at Microsoft. It DOES help to see the concepts we discuss in class used in our code snippets. This is a huge benefit for those of us who are struggling to make sense of it all (dreading the upcoming discussions on pointers, aggh!). Just wanted you to know it's very much appreciated.

    Dave
  • Anonymous
    August 01, 2004
    Nice article!
  • Anonymous
    August 10, 2004
    Being able to work with someone like Jeremy who would take his time out to do this for his fellow co-workers and then trying to figure out the best way to present the material shows me more then most of my professors in college.

    It does help to discuss the different syntax and structures in class in the typical samples but then to relate those back to our code makes it seem even more important and useful.

    Thanks for the hard work Jeremy!
  • Anonymous
    November 27, 2007
    PingBack from http://feeds.maxblog.eu/item_390056.html