Skip to content
Snippets Groups Projects

Update CODINGSTYLE.md

Closed Simon F requested to merge bratkartoffel/aports:patch-1 into master
2 unresolved threads
+ 3
2
@@ -107,5 +107,6 @@ etc. Always try to find a reasonable sort order, where alphabetically tends to
be the most useful one.
## Eval
`eval` is evil and must not be used.
`eval` is evil. Using it can lead to unreadable code, security issues and other undesired side effects.
Therefore, it should be avoided unless there is no better way to achieve the same result.
Any intentional use of `eval` must have a comment nearby to explain why you have chosen to use it.
Loading