How can Agile methodologies be adapted to High Volume processing system development?
- by luckyluke
I am developing high volume processing systems. Like mathematical models that calculate various parameters based on millions of records, calculated derived fields over milions of records, process huge files having transactions etc...
I am well aware of unit testing methodologies and if my code is in C# I have no problem in unit testing it. Problem…