Markus Elfring
Markus Elfring
No. I suggest to avoid [ignorance of return values](https://cwe.mitre.org/data/definitions/252.html "Checking more return values") a bit more. Would you like to detect every error situation as early as possible?
I did not adjust the function “[`sig`](https://github.com/jserv/facebooc/blob/ab2608091ce44a72ae912c2092dcf73a21ca7f34/src/main.c#L21 "Reconsider signal handling implementation")” so far. How would you like to improve the software situation there?
How do you think about to add a function or class method which will perform the needed iteration through the provided list so that the execution of the corresponding prepared...
How do you think about to avoid that this software [depends on undefined behaviour](https://www.securecoding.cert.org/confluence/display/c/CC.+Undefined+Behavior#CC.UndefinedBehavior-ub_106 "Avoiding undefined behaviour?")?
Why do you close this issue if the affected implementation details were not fixed so far?
I would generally prefer the clarification on a selection before: Which of the available higher level build systems would fit to your software development expectations?
I suggest to avoid [ignorance of return values](https://cwe.mitre.org/data/definitions/252.html) a bit more. Are you interested to apply [aspect-oriented software development](http://aspectc.org/)? How do you think about to encapsulate error detection and corresponding...
Can [a tool like "Artistic Style"](http://astyle.sourceforge.net/) help here? How do you think about to improve [static source code analysis](https://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis#C.2FC.2B.2B) also for your software? Do you find information sources like the...
Thanks for another software improvement. I am curious if these logging interfaces will evolve any further.
Do you get any further development ideas from a library like [spdlog](https://github.com/gabime/spdlog "C++ logging library")?