Use 'unless' instead of 'if (! ... )' where it improves readability.
This commit is contained in:
parent
757e642dfb
commit
784dd58645
@ -195,6 +195,13 @@ Use
|
||||
instead of
|
||||
.Fa chop
|
||||
where appropriate.
|
||||
.Pp
|
||||
Use
|
||||
.Fa unless
|
||||
instead of
|
||||
.Fa if (! ... )
|
||||
where it improves readability.
|
||||
.Pp
|
||||
|
||||
.Sh SEE ALSO
|
||||
.Xr perlsec 1 ,
|
||||
|
Loading…
x
Reference in New Issue
Block a user