Paulo Morgado

Browse by Tags

All Tags » NamingConventions (RSS)
Microsoft Source Analysis for C# (aka StyleCop)
I’ve learned from a fellow GASP er of the release of Microsoft Source Analysis for C# (aka StyleCop) . It’s still a work in progress but it’s already very useful.
Naming Conventions For Unit Testing
Reading Roy Osherove 's post about naming conventions for unit testing I have to say that it all makes sense to me. I just want to add that for property testing I use the corresponding method names: get_ Property and set_ Property .
More Posts