Categories
Development

Your XP project needs the right staffing

Read it here. Good points. I already suspected project estimation with XP would be difficult, and it seems so. Oh, and don’t go into XP with just any team. 🙂

Categories
Development

Simpler RMI

I’ve only used RMI briefly, but the stub generation sure annoyed the hell out of me. In JDK 1.5 it is dynamic and eliminates the need for rmic. William Grosso has a piece on it and the basics of RMI here.

Categories
Development

Coders are not designers

Some good points about why programmers should not do the design of your system.

Another train of thought: “Within the ridiculous timeframe IÂ’ve been given, I canÂ’t do that and the 20 other things youÂ’re going to want me to do.” (From the article) This is true for many programmers, but also not true. I find many programmers too optimistic about what they can achieve in short amounts of time.

Someone I know once told me that the most frustrating thing with IT staff isn’t their inability to peform, but their tendency to promise, but not completing on time. This was from someone completely illiterate to computers, and looking strictly from the customer/user side. I think one of the biggest challenges is estimating time, but maybe that will come with experience.