Use 'unless' instead of 'if (! ... )' where it improves readability.

This commit is contained in:
joe 2000-10-18 18:01:35 +00:00
parent 757e642dfb
commit 784dd58645

View File

@ -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 ,