Markus Elfring

Results 791 issues of Markus Elfring

:eyes: Some source code analysis tools can help to find opportunities for improving software components. :thought_balloon: I propose to [increase the usage of combined operators](https://www.php.net/manual/en/language.operators.assignment.php#language.operators.assignment.arithmetic "Description for assignment operators") accordingly....

:eyes: Some source code analysis tools can help to find opportunities for improving software components. :thought_balloon: I propose to [increase the usage of augmented assignment statements](https://docs.python.org/3/reference/simple_stmts.html#augmented-assignment-statements "Augmented assignment statements") accordingly....

:eyes: Some source code analysis tools can help to find opportunities for improving software components. :thought_balloon: I propose to [increase the usage of combined operators](https://perldoc.perl.org/perlop#Assignment-Operators "Description for assignment operators") accordingly....

Would you like to add more error handling for return values from functions like the following? - [fopen](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fopen.html "Open a stream.") ⇒ [MicroProfileSymbolUpdateModuleList](https://github.com/jonasmr/microprofile/blob/48b2eab20b7a05934148234cbc1e774554229cf6/microprofile.cpp#L12549) - [ftell](https://pubs.opengroup.org/onlinepubs/9699919799/functions/ftell.html "Return a file offset.") ⇒...

The PHP programming language supports also [the usage of combined operators](https://www.php.net/manual/en/language.operators.assignment.php#language.operators.assignment.arithmetic "Description for assignment operators"). :thought_balloon: I propose to search for places where variable names can be replaced by combined...

I would like to point out that identifiers like "[`__ARENA_H__`](https://github.com/traildb/traildb/blob/9dfdddb45e609b593d097c89b39a384549c65eb7/src/arena.h#L2)" and "[`__TRAILDB_H__`](https://github.com/traildb/traildb/blob/90b2de8793527642294e57aed8b7b62ece422249/src/traildb.h#L2)" [do not fit](https://www.securecoding.cert.org/confluence/display/cplusplus/DCL51-CPP.+Do+not+declare+or+define+a+reserved+identifier#DCL51-CPP.Donotdeclareordefineareservedidentifier-NoncompliantCodeExample%28HeaderGuard%29) to the expected naming convention of the C++ language standard. Would you like to adjust...

bug

Trilean values can be displayed by chart software in principle. I hope also that ternary data can be configured and presented in more convenient ways for clearer diagrams of multiple...

:eyes: Some source code analysis tools can help to find opportunities for improving software components. :thought_balloon: I propose to [increase the usage of combined operators](https://www.php.net/manual/en/language.operators.assignment.php#language.operators.assignment.arithmetic "Description for assignment operators") accordingly....

Would you like to add more error handling for return values from functions like the following? - [printf](http://pubs.opengroup.org/onlinepubs/9699919799/functions/printf.html "Print formatted output.") ⇒ [printmatches](https://github.com/adrianlopezroche/fdupes/blob/88f3d2dd31fbef7e539b2523724221e8e8e5a9f0/fdupes.c#L697) - [strdup](http://pubs.opengroup.org/onlinepubs/9699919799/functions/strdup.html "Duplicate a string.") ⇒ [grokdir](https://github.com/adrianlopezroche/fdupes/blob/88f3d2dd31fbef7e539b2523724221e8e8e5a9f0/fdupes.c#L311)

:eyes: Some source code analysis tools can help to find opportunities for improving software components. :thought_balloon: I propose to [increase the usage of combined operators](https://www.php.net/manual/en/language.operators.assignment.php#language.operators.assignment.arithmetic "Description for assignment operators") accordingly....