Bureaucrat Job Class, Seriously « Composite Code(compositecode.com)
submitted by
adron(835) 1 year, 2 months ago
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
|Views: 1
tags:
Architecture another
Everyones tags:
Your Tags: