Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 522 Bytes

rules.md

File metadata and controls

9 lines (8 loc) · 522 Bytes

SPDX-FileCopyrightText: 2023 Davidson [email protected]

SPDX-License-Identifier: CC-BY-NC-SA-4.0

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