Devlico.Us
CodeBetter.Com

Browse by Tags

  • Compiler warnings, the trash you forgot to take out

    There was once a time where I did not care about compiler warnings, but times have changed.  In fact, I remember having a debate with a fellow developer some time ago about why compiler warnings were not that bad..... Oh how times have changed. In my opinion (my changed opinion) compiler warnings...
    Posted to Derik Whittaker (Weblog) by Derik Whittaker on 02-05-2008
  • Overuse of #Regions

    Before I get started, I personally am a fan of using #regions in my code.  I think it cleans up everything, allowing me to only see what I want to see.  I also know that many of you disagree with me, and that is fine. Here are 2 posts that voice their disapproval for regions if you are interested...
    Posted to Derik Whittaker (Weblog) by Derik Whittaker on 01-15-2008
  • Object Properties, make them public ONLY when needed.

    Sorry we have interrupted your daily blog reading, but we have a special service announcement for all developers. <SpecialServiceAnnouncement> Only make properties public on an object when you KNOW they are needed. Please make all properties private by default. If you need to access the property...
    Posted to Derik Whittaker (Weblog) by Derik Whittaker on 01-12-2008
  • Why using the index for data retrieval is evil

    Today I was refactoring some sql procs along with the corresponding .net code that called the procs. My primary focus was to implement some new business rules (ways to get totals) in the proc.  In doing so, I completely re-wrote the proc.  In the end the return values (column names) were the...
    Posted to Derik Whittaker (Weblog) by Derik Whittaker on 12-28-2007
  • Source Control, works for code, why not use it for SQL Scripts

    Pretty much any developer with half a brain (or any real world experience) knows that you MUST keep your source code in some sort of source code repository. There are many of them out there, VSS, Vault, TFS, CVS, SVN, the list goes on. If putting your code (C#, C++, VB, etc) into a source control system...
    Posted to Derik Whittaker (Weblog) by Derik Whittaker on 11-21-2007
  • If the code is dead, then bury it

    This post is just a quick rant, brain dump, food for thought or what ever. If you ever need to make changes to existing code base, and you need to remove old code. DELETE IT, don't EVER COMMENT IT OUT AND LEAVE IT FOR THE NEXT GUY (yes, I am trying to yell) I don't know how many times I stumble...
    Posted to Derik Whittaker (Weblog) by Derik Whittaker on 11-14-2007
Page 1 of 1 (6 items)

Our Sponsors

Proudly Partnered With