Troubleshooting of Sonar issue: Difference between revisions
Jump to navigation
Jump to search
→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 == | ||