G-2180: Never use quoted identifiers.
Major
Maintainability
Reason
Quoted identifiers make your code hard to read and maintain.
Example (bad)
1 2 3 4 5 6 7 8 9 10 11 | |
Example (good)
1 2 3 4 5 6 7 8 9 10 11 | |
Major
Maintainability
Quoted identifiers make your code hard to read and maintain.
1 2 3 4 5 6 7 8 9 10 11 | |
1 2 3 4 5 6 7 8 9 10 11 | |