Best Practices

  • Although including inline comments in the code is a good practice, the most important piece of a project is the documentation. Similarly, a README file is the go to document in a project. Whenever someone tries to use a piece of software the first document that they look for is the README file.

    • This web page from github itself will tell you how to write a file on github along with instructions on how to format the documents.

    • This github page from ETH Zurich explains all the best practices that you can use to improve your coding style and standards (focus on ROS packages).

Last updated

Was this helpful?