Skip to content

Commit

Permalink
Add common Elm Analyzer comment: no Debug functions (#2291)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegillet authored Nov 5, 2023
1 parent 55f99b7 commit d6cd52e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions analyzer-comments/elm/common/no_debug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# no debug

`Debug` functions (`Debug.todo`, `Debug.toString` and `Debug.log`) are very useful when developing, but they should never be shipped to production, published to a package, or be part of your final solution.

Consider removing them before publishing your solution.

0 comments on commit d6cd52e

Please sign in to comment.