Home

Naming Interfaces and Super (Base) Classes

The number of options when choosing conventions for the naming of interfaces and super classes is fairly limited. Like so many other things in programming, naming of these two things is most effectiv

When are scheduled code drops not enough?

In the past week and a half I’ve had some great conversations with one of my coworkers about the scheduling of our code drops. As background to those of you who don’t work with me (which is darn near

Class Naming Conventions

I’m over half done my Naming Conventions series and I’m starting to notice that my posts are getting shorter and shorter. Again, this post will not be large, but there are a few important points I wa

User Group Leadership Taskings and Meeting Locations

Marcia McLean from the Cape Cod .NET User Group left a couple of great comments for me today. First, thanks Marcia for pointing out two things that I should have further discussed in my User Group ser

Property Naming

Once again I’m writing on naming conventions. This time I’m sure will be a short post to talk about conventions for publicly exposed properties. Like variables, functions, methods, classes, etc. pro

Function and Method Naming Standards

After a brief pause, I’m all liquored up and ready to continue with the next post in the Naming Conventions Series. Today I’ll discuss name standards that are used with functions, methods and overload

Women in IT

I’ve been in the not so standard situation to have worked with a number of females during my IT career. One place I worked at even had a 50-50 ratio of men to women (no it wasn’t a two person shop).

Module Variable Naming

As part of my Naming Conventions series I’m going to discuss the naming of module level variables. Naming conventions for module level variables are quite similar to those you might use for naming lo

Local Variable Naming

In the second post of my Code Naming Conventions series I’m going to explore how we could name our local variables. One of the nicest things about local variables is that their scope is quite limited