Paulo Morgado

.NET Development & Architecture

This Blog

Syndication

Search

Sponsored By

Tags

News

Unit Test Today! Get Typemock Isolator!

Books

 

Events

Visitors

Visitor Locations

Community

Email Notifications

Archives

Profile

Browse by Tags

All Tags » CodingConventions (RSS)
StyleCop 4.3 Is Out
The StyleCop team announced the release of a version 4.3 of the StyleCop tool . You can get it from here . On this version there are some bug fixes, new rules and documentation. Also in this version, the list of errors and warnings goes to the Errors...

Posted Thu, Aug 21 2008 0:36 by Paulo Morgado | with no comments

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.

Posted Thu, Jun 5 2008 0:12 by Paulo Morgado | with no comments

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 .

Posted Sun, Jan 27 2008 22:13 by Paulo Morgado | with no comments

Naming Convention Violation On The .NET BCL
I wonder who is responsible for this : public class Formatter { // ... protected ObjectIDGenerator m_idGenerator; protected Formatter m_objectQueue; // ... } Can you spot how many naming conventions were violated here?

Posted Wed, Jun 20 2007 1:16 by Paulo Morgado | 3 comment(s)

My Naming Conventions For Localized Concepts In C#
I'm Portuguese and most of the software I design and develop is about concepts in Portuguese. How should I name stuff? If I'm talking about Conta or Cliente it's easy: Account and Customer . And what about concepts that aren't in English...

Posted Fri, May 25 2007 0:23 by Paulo Morgado | 1 comment(s)

My C# Naming Conventions For Partial Class Files
Following up on a previous post , this time I'll give you my naming conventions for partial class files. There are two main reasons for me to break a class definition into more than one file. The main one is when I have inner classes and the other...

Posted Thu, May 24 2007 0:29 by Paulo Morgado | 4 comment(s)

Naming Conventions for C#
I'm a firm supporter of coding conventions (at least of my coding conventions). Software factories [ ^ ] [ ^ ] [ ^ ] and other code generation tools have been taking care of writing the tedious (and, sometimes, ugly) code but, at some point, some...

Posted Sun, May 20 2007 23:28 by Paulo Morgado | 22 comment(s)