Skip to content

Tis some thoughts that might help the quickfix j project

James edited this page Jan 3, 2018 · 1 revision
  1. Divide and conquer
    1. The message logging can be split out of core
    2. The message stores can be split out of core
    3. Fields can be split out of core
    4. Use interfaces to help split out the dependencies
  2. Build a big-decimal version by default (adds some time and complexity) 1.
Clone this wiki locally