Best Practices
Last updated
Was this helpful?
Last updated
Was this helpful?
Writing Readmes. Udacity free course:
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.
from github itself will tell you how to write a file on github along with instructions on how to format the documents.
from ETH Zurich explains all the best practices that you can use to improve your coding style and standards (focus on ROS packages).