wiki/contributing/formatting/code.md
2024-05-16 22:26:12 +00:00

364 B

title description published date tags editor dateCreated
Code Standards false 2024-05-16T22:26:11.035Z markdown 2024-05-16T22:18:45.623Z

Naming

If your linter does not specify which naming convention to use please follow:

  • Functions, variables, and similar should use lowerCamelCase
  • Classes, interfaces, and similar should use UpperCamelCase