tacitknowledge / aem-cookbook

Chef cookbook for Adobe AEM
79 stars 64 forks source link

Improve ruby code on if/unless clauses #59

Open tmaier opened 8 years ago

tmaier commented 8 years ago

"unless abc.nil?" is bad ruby; "if abc" is simpler and preferred Also use only_if and not_if where applicable