Archive for November, 2005

Coding by IntelliSense and the issue with Class and Method discovery

Discoverability is a tough nut to crack. When we are writing code, very often we need to create static (shared) methods, and the naming convention of static methods is an important part in helping the discoverability of the method. Do you prefix with Get, Create, Add? The question you tend to ask yourself is "Get [...]

Continue reading » 1 Comment