Objectmentor - blog.objectmentor.com - Object Mentor Blog
General Information:
Latest News:
Working on C++ Book Again 4 Aug 2011 | 11:56 am
Picked up working on a book on C++. It’s freely available (as I work on it) and a PDF is available here.
Bamboo reminds me of a time when... 25 May 2011 | 03:53 am
I needed to do some yard work. It’s nearly always windy in Oklahoma where I live, so when I got up Friday morning I noticed a distinct lack of wind and thought it would be a good idea to get started o...
A Gradle Example 25 May 2011 | 03:31 am
Gradle is a build tool. Even though it is younger than Maven, I really like it and it shows decent maturity. Here’s one example of getting started using it: http://schuchert.wikispaces.com/gradle.Gett...
New century, old mistakes 20 Jan 2011 | 10:13 am
In the early 90’s, I taught classes in Object-Oriented Analysis and Design, as well as just Object Oriented Design and Programming in C++ and Smalltalk (Java didn’t exist yet). I got burnt out teachin...
Tdd for the iPhone: Continued 22 Nov 2010 | 07:45 pm
After a week in Israel and the UK, I got back to this series. I’ve switched to using XCode 4, but as it is not officially released, the videos I recorded using it were a bad idea to upload. Back to X...
iPhone and Tdd: The Video Series Begins 11 Nov 2010 | 09:03 pm
http://www.vimeo.com/album/1472322 Title says it all. Well, I’ll add that this was take #20 (or so). It’s rough getting back in to video recording mode. I will do more in this series. And I barely k...
Info Please: Tdd and Pair Programming 10 Nov 2010 | 03:58 am
I often get asked to provide background materials on TDD and Pair Programming. Here are a few I often cite, but can you point me to some more? Are there any that you particularly like/dislike? I wou...
iPhone Development with Unit Testing 9 Nov 2010 | 10:08 pm
I’m finally getting back to iPhone development. The environment is taking some getting used to and it took me some time to get to a reasonable working environment. I’m starting to document that. I pl...
CPP And OOD: The Least You Need To Know 9 Oct 2010 | 09:34 am
I’ve put what I’ve been writing up, available for free. Not sure if I’ll ever try to get it published dead-tree form. http://schuchert.wikispaces.com/cpptraining.CppAndOodTheLeastYouNeedToKnow Feedb...
Quick Intro To BDD Style Table Syntax 22 Sep 2010 | 04:54 pm
Here it is a over a year after I wrote several FitNesse tutorials. Several months back Bob added some new ways to write scenarios using a placeholder syntax and an alternative way to render script tab...