Uncategorized


12
Mar 06

Theory of Constraints interview

Recently, after seeing David Anderson channel9 video, I came across to the concept of Theory of Constraints and how it applies to software projects. I’ve found Anderson’s work on agile project management very interesting and I will probably read his book in the near future.

While searching for “Theory of Constraints” I found this recent interview of Dr. Eli Goldratt. Dr. Eli Goldratt is the founder of Theory of Constraints and his interview is a very interesting read.

A small quote from the start of the interview:

Gilmore: What are the key concepts behind the Theory of Constraints?

Goldratt: There are two pillars to the Theory of Constraints. One is the starting assumption of all the hard sciences, which is that in all real-life systems there is inherent simplicity. If you can just find that inherent simplicity, you can manage, control and improve the system.

The other pillar is that people are not stupid.


25
Nov 05

Why write software for the Mac

Wil Shipley, the founder of Delicious Monster Software, has a podcast of his talk at WWDC 2005 about writing software for the Mac.

In this podcast Shipley describes his experience with founding Delicious Monster and developing software exclusively for the Mac for the last years. He also explains how writing software for the Mac is different than writing software for Windows and gives general advices for startups.

My favorite quote from the podcast/talk: “Less code is better code. No code is best code.”

BTW I am a Windows/Linux user and I ‘ve never used a Mac, but I found the podcast very interesting.


28
Sep 05

Interesting LtU links

I found the below links at LtU:


19
Sep 05

Teach Yourself Programming in Ten Years


25
May 05

Article about maintenance programming

The developer.* magazine has published a great article about maintenance programming. The title of the article is “Syndromes of Forgotten Programmers” and it is written by Kevin Cauble.

I believe that every programmer who has worked with legacy code will enjoy reading it.