Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

tldr; There are no standards.


Currently, there are no team coding standards. With so few developers it doesn't make sense to have everyone conform to an arbitrary standard.

That being said, people need to be able to review your code and you may not be the only developer in a code base. For example, if all of your code is on one line, no one will read it and it will never work.

In general, make your code readable and reasonable, no one wants to decipher what a 200 character line is doing.

  • No labels