Thoughts on Software Development, .Net, OOP, Design Patterns and all things cool
Browse by Tags
All Tags »
Rant (
RSS)
-
|
I am all for comments in code (gasp I know) but some are just a total waste of time. Case in point. I came across this today. /// <summary> /// Commit Transaction. /// </summary> public void CommitTransaction() { ........ } WTF, I guess putting...
|
-
|
It is no secret that I am not a fan of MSTest (read here for more rants on MSTests). Today's rant is about how MSTest does not allow you to have a clean build server. Yea I know what you are thinking, here comes another long winded rant on MSTest...
|
-
|
Recently my wife, my son and I went into a local store (not going to mention which) to pickup an order that had been placed a few weeks back. When we walked in we were asked to put our name on a 'waiting list' because they were so busy. We went...
|
-
|
Yesterday I spent 4+ hours trying to tackle a bug that should not have been a bug in the first place, and the culprit was MSTest. Please keep in mind that I have never really used MSTest in any real form. I am a NUnit guy through and through. Here is...
|
-
|
Ok, I am only a few days into using Linq and I am already getting annoyed. I have a need to create an abstract base class that will have a few common properties (columns) that will be used by all my inherited classes. Here is what I WAS wanting to do...
|
-
|
In most development shops today, a large percentage of communication happens over IM. In fact at my current gig about 80+% happens over IM. So, why is it that it's harder and harder to get clear information out of people over IM. I am not talking...
|
-
|
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...
|
-
|
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...
|
-
|
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...
|
-
|
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...
|
-
|
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...
|
-
|
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...
|
-
|
Ok, this is an official rant about the .Net Framework 2.0 70-536 Self-Paced Training Kit. I understand that writing a book is difficult, I understand that creating 302 practice test is also difficult. Buy my god, people are using these materials as study...
|
More Posts