Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 199 Bytes

Jekyll-NoPutsAllowed.md

File metadata and controls

7 lines (4 loc) · 199 Bytes

Pattern: Use of puts

Issue: -

Description

Avoid using puts to print things. Use Jekyll.logger instead. puts and p are useful for debugging, but should never land on the master branch.