Skip to content

Instantly share code, notes, and snippets.

View imumamaheswaran's full-sized avatar
🎯
Focusing

Umamaheswaran imumamaheswaran

🎯
Focusing
View GitHub Profile
@imumamaheswaran
imumamaheswaran / TradeProcessor.cs
Created November 17, 2020 17:44
SRP code before refactoring
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
namespace SalesProcessor
{
public class TradeProcessor
{
public void ProcessTrades(Stream stream)