Markus Elfring

Results 530 comments of Markus Elfring

I find that [the rationale of the Python enhancement proposal 203](https://www.python.org/dev/peps/pep-0203/#rationale "Proposal for augmented assignments") (from 2000-07-13) can indicate also motivation for another bit of collateral evolution. :thinking:

The proposed software adjustment should influence run time characteristics of affected components in desirable directions. Would you like to measure differences?

I suggest to [achieve safe resource management](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#r11-avoid-calling-new-and-delete-explicitly "C++ core guideline “R.11: Avoid calling new and delete explicitly”").

I suggest to avoid [ignorance of return values](https://cwe.mitre.org/data/definitions/252.html) a bit more. 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) also for this software?

- Does [a tool like "autoscan"](https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/autoscan-Invocation.html) show any software dependencies that you find worth for further considerations? - How do you think about to support more development environments by [the...

:crystal_ball: Would you like to add any software build checks (for standard-incompliant C++ delete operators)?

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 for code analysis") also for this software? ----- * Are you interested to apply [aspect-oriented software development](https://aspectc.org/ "Software...

>I used aspects in complex Java apps, … This is good to know. - Would you like to reuse these software development experiences for the programming language “C” (and/or “C++”)?...

:crystal_ball: How will chances evolve to benefit any more also from [the means of aspect-oriented software development](https://sourceforge.net/p/virtuoso/feature-requests/3/ "Suggestion")?

I suggest to avoid [ignorance of return values](https://cwe.mitre.org/data/definitions/252.html "More checking for return values?") a bit more. How do you think about to care also if a file output or a...