Pessimists, we're told, look at a glass containing 50% air and 50% water and see it as half empty. Optimists, in contrast, see it as half full. Engineers, of course, understand the glass is twice as big as it needs to be. --Bob Lewis
Recent Blog Posts
Posted
Thursday, Oct 10, 2019 by
Steve.
Views: 19,597 Today: 5
Appending strings is a common and repetitive task in C#. You'll be surprised how much time and energy this little extension method saves you. Continue...
Snippet
C#
Text
Posted
Friday, May 31, 2019 by
Steve.
Views: 18,702 Today: 8
There are a lot of ways you can hack a time of day in C#, but why not use a dedicated TimeOfDay class. Continue...
Developer
C#
Posted
Monday, May 28, 2018 by
Steve.
Views: 30,164 Today: 3
Enums in C# are very useful, but it can seem difficult to work with them at times. In truth, they're pretty easy, but a generic helper class can make our lives a lot easier. Continue...
Snippet
Developer
C#
Posted
Wednesday, May 03, 2017 by
Steve.
Views: 17,826 Today: 4
The term "code smell" has been around for a while to indicate a particular quality of software code that suggests a problem or bad practice. But it might not be the best choice of words for a software development team. Continue...
Developer
Software Success
Best Practices
Posted
Friday, Sep 30, 2016 by
Steve.
Views: 20,947 Today: 2