tortus


Comments:

CCNet 1.3 released

posted by tortustortus(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?

posted by tortustortus(25) 4 years, 10 months ago 0

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.

Reply

Karma Points System for DotNetKicks?

posted by tortustortus(25) 4 years, 10 months ago 0

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.

Reply

Why Not To Catch General Exception Types

posted by tortustortus(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...

Reply

C# Structs

posted by tortustortus(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.

Reply

C# Structs

posted by tortustortus(25) 3 years, 6 months ago 0

ah excellent, thanks!

Reply