hey y'all, more of a style question than a technical question. Normally if I was writing a program in zig, I would call the root file main.zig and move on with my life. However, I'm currently working on a project which will build 2 different binaries, a daemon and a control program, and then do IPC between them.
Without getting too far into the details of the project, is there some kind of accepted convention for naming the root source files for 2 differeng binaries? would daemon.zig and control.zig be reasonable names for these?