SPDX-FileCopyrightText: 2023 Davidson [email protected]
D1 : Avoid using try-catch-finally statement S66: Avoid using double quote ("), prefer using simple quote (') S67: The form $i++ creates a temporary variable whereas ++$i does not. It saves CPU cycles. S69: S69 Do not call a function when declaring a for-type loop S72: Executing SQL queries in loop induced unnecessary calculation by the cpu, RAM usage and network transfert. S74: Don't use the query SELECT * FROM