

What’s common among other C++ programs in a similar ecosystem? Mimic that.
For instance, among OTP applications in Erlang, it is common for an application to publish a :start/0 and :stop/0 function, alongside :load/0 which neither stops nor starts, and sometimes :connect/1 and :disconnect/1 functions.




Wooooooooosh