Relative Content

Tag Archive for programming-practices

How to write good code with new stuff? [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago. I always try to write easily readable code […]

Exception Handling Frequency/Log Detail

I am working on a fairly complex .NET application that interacts with another application. Many single-line statements are possible culprits for throwing an Exception and there is often nothing I can do to check the state before executing them to prevent these Exceptions.

Dealing with curly brace soup

I’ve programmed in both C# and VB.NET for years, but primarily in VB. I’m making a career shift toward C# and, overall, I like C# better.

Build one to throw away vs Second-system effect

On one hand there is an advice that says “Build one to throw away”. Only after finishing a software system and seeing the end product we realize what went wrong in the design phase and understand how we should have really done it.