Showing posts with label programming. Show all posts
Showing posts with label programming. Show all posts

Thursday, September 10, 2009

Design Patterns Study Group - Strategy


(click to enlarge)

This is the mind-map for the material I have created to be discussed in Design Patterns Study Group on Strategy pattern at my office.

The intention is to trigger the thought process. If you are interested know more about study groups check out this and this.

Tuesday, September 9, 2008

Costly Programming Error


Text: The Ariane-5 launch on June 4, 1996; it crashed 36 seconds after the launch due to a conversion of a 64-bit floating point into a 16-bit integer value.

Courtesy: Principles Of Model Checking (MIT Press)