paritytrading / philadelphia

Fast FIX protocol library for the JVM
Apache License 2.0
322 stars 95 forks source link

Refactored Code #368

Closed dhruv-009 closed 4 months ago

dhruv-009 commented 1 year ago

I have refactored some parts of your code. This aims to improve maintainability, readability and extensibility of the project. The techniques implemented are Extract Method, Rename Variable, Introduce Variable, Extract Class, Replace Conditional with Polymorphism and Push Down Method.