Skip to content

Commit

Permalink
docs(CONVENTIONS.md): add guidelines for variable naming and string c…
Browse files Browse the repository at this point in the history
…oncatenation

The new document outlines coding conventions, specifically recommending
the use of at least three-letter variable names and the use of
fmt.Sprintf for string concatenation.
  • Loading branch information
cybersiddhu committed Nov 12, 2024
1 parent f676e99 commit d0572da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONVENTIONS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- use at least three letters variable names
- use fmt.Sprintf for string concatenation

0 comments on commit d0572da

Please sign in to comment.