Grumpy old software architect and engineer. Usability and accessibility advocate. Makes software better. I made Publizjr, Ged2Dendro, and currently work on UmpireDB.
0 Posts
1 Comment
Joined 1 year ago
Cake day: May 14th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
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.
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.