Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 310 Bytes

no_backticks.md

File metadata and controls

11 lines (6 loc) · 310 Bytes

Pattern: Use of backticks

Issue: -

Description

Backticks allow snippets of JavaScript to be embedded in CoffeeScript. While some folks consider backticks useful in a few niche circumstances, they should be avoided.

Further Reading