Contents Menu Expand Light mode Dark mode Auto light/dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
C.G.E.C.K. documentation
Light Logo Dark Logo
C.G.E.C.K. documentation
  • 1. Style and Idiomatic Code
    • 1.1. Generic Style Guide
    • 1.2. Python
    • 1.3. Bash
    • 1.4. CSS and Styles
    • 1.5. HTML, XML and other markups
    • 1.6. JavaScript
    • 1.7. Documentation
  • 2. Programming Best Practices
    • 2.1. Generic Programing Advice
    • 2.2. Review
    • 2.3. Testing
    • 2.4. Documenting the code
    • 2.5. Bugs and Tech-Debt
    • 2.6. Dependencies
  • 3. Product Development
    • 3.1. Tickets
    • 3.2. Documentation
    • 3.3. Release process
    • 3.4. Sales and Marketing
    • 3.5. Support
  • 4. Running the Virtual Office
    • 4.1. Onboarding
    • 4.2. Leave / Holiday/ Team building
    • 4.3. Work
    • 4.4. Security
  • 5. Library
  • 6. References
Back to top
View this page
Edit this page

6. References¶

These page contains a list of sources used for creating this content.

6.1. General¶

  • Agilo small commits

  • Launchpad Style Guides

  • Short, Self Contained, Correct (Compilable), Example

  • GitHub Styleguide

  • 11 practices for better code review

  • The Social Dynamics of Code Reviews

6.2. Python¶

  • PEP8

  • PEP257

  • Idiomatic Python

6.3. JavaScript¶

  • Idiomatic JS

  • Slightly obtrusive javascript

6.4. CSS¶

  • Stoyan’s CSS

  • Idiomatic CSS

Previous
5. Library
Copyright © 2024, Chevah Team
Made with Sphinx and @pradyunsg's Furo
On this page
  • 6. References
    • 6.1. General
    • 6.2. Python
    • 6.3. JavaScript
    • 6.4. CSS