Naming Convention

by percent20 11/26/2006 4:42:00 PM

Well from time to time I write bad code, I mean all the time. Most of that stems from bad OOP knowledge and no clear idea on how to implement OOP. Another problem I suffer from is no nameing convention. That problem has plagued me because when I code I am not sure what i am referenceing. For example

//variable
meIsVariable;
//method
meMethod();

See the problem with that is that they both look the same so you wouldn't know which is which. Now most people are like “well that is just common sense.” Not to newbs like me it isn't. However, after looking through a lot of code lately, C# code, this is the trend that I see.

//variable
meIsVariable;
//method
MeIsMethod();

This will make things easier for me in the future when developing. Now if you read my code you will know what is what.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

.NET | Programming

Powered by BlogEngine.NET 1.3.0.0
Theme by Mads Kristensen


My Flare

AddThis Feed Button

National Blog Posting Month

Eagle Scout

I'm Test Driven

[Reserved for MVP status I want to earn]

View Buddy Lindsey's profile on LinkedIn

Twitter



Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2008

Sign in