• Beautiful Code – binary search

    Somewhere in chapter seven of the book Beautiful Code the following challenge is given: If you have never implemented binary search, or haven’t done so in a few years, I suggest you try that yourself before going forward; it will give you greater appreciation for what follows. Well, binary search? What was that again? Well,…

  • The object oriented thought process

    So, I have read this introductory book about the Object Oriented Thought process and found it a very easy read. This is a book that I should have read when it came out ten years ago because it is a solid overview of why you need to think differently about programming and also how to…