thoughts by ch3ngl0rd ᕦʕ •ᴥ•ʔᕤ

August Takeaways

Some takeaways I've had from building an exchange in c++ for Quantitative Finance UWA.

This was my first multi-week C++ project.

BRAIN DUMP:

  1. Serialisation and data model are hard
  1. unsure how to model commands that act on hierarchical structures
  1. creating a serialisation layer
  1. Ideal vs Working

What would I do different?