littlecharva


Comments:

Some C# Coding Guidelines at patrick.veverka.net

posted by littlecharvalittlecharva(70) 5 years, 2 months ago 0

Some good examples, especially the StringBuilder and ternary operator, but what about using prefixes such as str and int to indicate the type of variable you're using? Or am I out of date, have people moved on from this?

Reply

Firefox as an IDE

posted by littlecharvalittlecharva(70) 5 years, 1 month ago 0

I always developed in IE until I recently worked on a Javascript heavy application which was proving nearly impossible with the basic (and usually incorrect) error messages IE offers up. I switched to Firefox with Firebug and development speed went through the roof. Awesome. Still use IE as my default browser though. I don't like change.

Reply

I don't like having Nulls in DateTime columns

posted by littlecharvalittlecharva(70) 5 years ago 0

Really bad programming practice.

Reply