CCNet 1.3 released
posted by tortus(25) 4 years, 10 months ago 0
Why is this pointless blog entry getting kicked when http://confluence.public.thoughtworks.org/display/CCNET/CCNet+1.3+Release+Notes is the real deal?
Reply
What's wrong with this code?
That's not a good example. A property should be used for the accessor, not a method. That's what properties are for. As it stands, it does need locks to avoid race conditions should multiple threads be accessing the same singleton at once. That implementation can lead to multiple instances of the singleton being created.
Karma Points System for DotNetKicks?
I agree with yesthatmcqurk. I like how dnk is rather anonymous. There's little ego inflating or reputation building going on, just good article submissions.
Why Not To Catch General Exception Types
posted by tortus(25) 4 years, 9 months ago 0
of of my "favorite" projects I worked on was when a developer would always do try { ScaryThing(); } catch { /* completely empty */ }, this was his exception handler for all situations. I knew I hit one of his bugs when all of a sudden the app just stopped dead in its tracks, and boy were they fun to track down...
C# Structs
posted by tortus(25) 3 years, 6 months ago 0
I'd love to, but all I get is "The XML page cannot be displayed" when I go to the article.
ah excellent, thanks!