No Touchy! A Case Study of Software Architecture with Immutable Objects
https://cppcon.org/ https://github.com/CppCon/CppCon2020
Our mission at ViewRay’s is to conquer cancer by reenvisioning radiation therapy
Part of this is a piece of software which supports many workflows involving communication with various external agents such as an MRI scanner, a radiotherapy linear accelerator, a database, and, of course, the human operator. This software was started from scratch at the beginning of 2019 and is developed primarily in C++17.
This talk covers the …