A Financial View on Software Development

I can’t tell how often I’ve been in a meeting with a financial manager, trying to explain the technical considerations of a project. To be honest, there have been times when it has been really, really hard to keep it technically simple enough, while still being accurate. That’s the lucky times. The bad times is… Continue reading A Financial View on Software Development

Features are Unimplemented By Default

Why does system X not include feature Y? That is quite a common question. I think that Eric Lippert has en excellent standard answer to that kind of questions on C# at Stack Overflow. Features are unimplemented by default; C# does not have that feature because no one designed, implemented and shipped the feature to customers. Being… Continue reading Features are Unimplemented By Default