A Curious Mind
#tastic

The little things that can screw up a software project

Thursday, August 30, 2007 9:27 AM

It amazes me how important little things can be in a software project. What I am thinking of specifically is naming. I am not talking about naming standards but what we actually call things.

One of the things that I get hung up on at work is naming. And I usually get all fired up about things that are only partially related to the codebase. For instance, project names. They should be [CompanyName].[Projectname].[and so on].

I also think that project names should match assembly names so that it is easy to know what is where.

Comments have been closed on this topic.