Troubleshooting of SonarQube issue: Difference between revisions
Jump to navigation
Jump to search
Troubleshooting of SonarQube issue (edit)
Revision as of 16:52, 23 September 2023
, 23 September 2023→Further reading
| Line 88: | Line 88: | ||
* Created smaller, more specific functions (following [https://en.wikipedia.org/wiki/Single-responsibility_principle Single Responsibility Principle]) to handle specific parts of the logic. | * Created smaller, more specific functions (following [https://en.wikipedia.org/wiki/Single-responsibility_principle Single Responsibility Principle]) to handle specific parts of the logic. | ||
* Use these functions to make the main function easier to read and understand. | * Use these functions to make the main function easier to read and understand. | ||
== Unresolved issues == | |||
* SonarLint: Replace "require_once" with namespace import mechanism through the "use" keyword. | |||
== Further reading == | == Further reading == | ||