Markus Elfring

Results 791 issues of Markus Elfring

The software library “Symfony” supports to [construct single command applications](https://symfony.com/doc/current/components/console/single_command_tool.html "Building a single command application"). Thus I suggest to [offer a variant](https://php-translation.readthedocs.io/en/latest/symfony/extracting-translations.html "Extracting translations from source") of [the functionality “translation:extract”](https://github.com/php-translation/symfony-bundle/blob/ccdf1e2a4acf314488caf608cfb1b7a6191a83ea/Command/ExtractCommand.php#L30...

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

Some parameters (like “[${CMAKE_CURRENT_SOURCE_DIR}/lib/](https://github.com/DTolm/VkFFT/blob/2f38f9579bb39f07821a613c053d674c890a1b26/CMakeLists.txt#L16 "Update candidate")”) are passed to CMake commands in your build scripts without enclosing them by quotation marks. I see that these places will result in build...

Some function calls are repeated according to [case distinctions](https://github.com/DTolm/VkFFT/blob/68b707955953aa50d997a47233b2d9726466cc30/lib/vkFFT.h#L1361 "Update candidate: VkFFTPlanAxis()"). :thinking: Thus I imagine that a bit of common source code can be moved. * Adjustments for switch...

: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://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 compound operators](https://262.ecma-international.org/12.0/#sec-assignment-operators "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 compound operators](https://docs.oracle.com/javase/specs/jls/se17/html/jls-15.html#jls-15.26 "Description for assignment operators") accordingly....

Some parameters (like "[${PROJECT_BINARY_DIR}](https://github.com/cpputest/cpputest/blob/7a1c11d78524dd48c0a64c4e841827c08ba069d0/CMakeLists.txt#L35)" and "[${EXECUTABLE_OUTPUT_PATH}/CppUTestTests](https://github.com/cpputest/cpputest/blob/afdfe7522be517bbb2b93101e2d73baec6accf98/tests/CMakeLists.txt#L42)") are passed to CMake commands in your build scripts without enclosing them by quotation marks. I see that these places will result in build...

bug