✨
Architect's Cookbook
  • Effective Architect's Cookbook
  • 🎯What is an Architect?
    • Definitions
    • Duties of an Architect
    • Architects and the project's lifecycle
  • 🧩Technologies
    • Autonomous Vehicles
      • ROS
    • Cloud
      • Azure
        • Identities and Governance
          • Authentication and Authorization
        • Storage
        • Compute
          • Application
        • Virtual Networking
        • Monitoring
        • Backup
        • Migration / Hybrid
        • Data Integration
        • Learning
          • Azure AZ-104
      • Microservices
  • ⚙️Methods and Tools
    • Agile
    • Knowledge Management
      • Best Practices
      • Documentation as Code
    • Legal
    • Documentation
      • Templates
    • Domain Driven Design
    • Tools
      • Enterprise Architect
      • draw.io
      • git
  • 🤹‍♀️Human Skills
    • Daily Routine
    • Leadership
    • Mindfulness
    • Neuro-linguistic programming (NLP)
    • Non Violent Communication (NVC)
  • 📚Recommended Reading
    • Architecture Frameworks
    • References
    • Books
Powered by GitBook
On this page

Was this helpful?

  1. ⚙️Methods and Tools
  2. Knowledge Management

Best Practices

PreviousKnowledge ManagementNextDocumentation as Code

Last updated 4 years ago

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).

https://www.udacity.com/course/writing-readmes--ud777
https://github.com/udacity/ud777-writing-readmes
This web page
This github page