6
Shouts

Bureaucrat Job Class, Seriously « Composite Code

published 430 days, 10 hours, 23 minutes ago posted by http://compositecode.com/http://compositecode.com/ 433 days, 1 hour, 35 minutes ago
Friday, March 18, 2011 3:14:29 PM GMT Wednesday, March 16, 2011 12:03:09 AM GMT

I was looking through some code and found this class recently.  It almost reminds me of a class I saw called a speed up loop.  This however, is obviously more important to the grand scheme of politics eh! public class BureaucratJob : IJob { readonly ITradeReconciler reconciler; readonly ICalculationQueue queue; ILog log;

public BureaucratJob(ITradeReconciler reconciler, ICalculationQueue queue)
{
    this.reconciler = reconciler;
    this.queue = queue;
}

public void...
category: Architecture | clicked: 7 | | source: compositecode.com | show counter code
tags: C#, Architecture

1 comment posted.

To post your comment please login or signup