Markus Elfring

Results 555 comments of Markus Elfring

I find that there are still [a few update candidates](https://github.com/calvinwilliams/hetao/blob/b2000f3ac0810d0552201f0e6e02ef00f137603f/src/Config.c#L13) [left over](https://stackoverflow.com/questions/228783/what-are-the-rules-about-using-an-underscore-in-a-c-identifier#answer-228797).

Can your kind of "reservation" work also [without the usage of misplaced underscores](http://en.cppreference.com/w/cpp/language/identifiers#In_declarations)?

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...

How do you think about to reuse just a macro call like "`m4_esyscmd([build-aux/git-version-gen .tarball-version])`"?

How do you think about to [use a development tool like “clang-tidy” for corresponding source code adjustments](https://clang.llvm.org/extra/clang-tidy/checks/readability-delete-null-pointer.html "Deletion of unnecessary null pointer checks")?

I am generally checking the change acceptance in some software areas (before I might contribute further improvements).

🔮 Will the support evolve any further for the input of multi-line data?

:crystal_ball: Will the chances grow to adjust the shown assignment statement?

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?

* Should file output failures get also any more development attention in addition to data synchronisation difficulties? * How do you think about to improve [static source code analysis](https://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis#C.2C_C.2B.2B "Tools...