|
by ssmith via Blog on 3/2/2010 9:41:45 PM
Yesterday I was looking at some old code and refactoring it to clean it up (in this case I wasn’t the original author, but I’ve written code just like this). The application in question was a simple process that had to run once per month, on demand, and so was coded up as an EXE application. As it ran, it provided updates on its progress, so it looked something like this: static void Main(string[] args)
{
Console.WriteLine("Starting Application @ "
... [ read more ]
|
|