python style guide [obsolete] #416
AlexanderLanin
started this conversation in
Operational Community
Replies: 1 comment 9 replies
-
Naming RulesI think we should maybe enforce a set of naming conventions, something usual like:
Design documentation
Testing & Verification
|
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🚧 moved to rst, see #741 🚧
⚠️ do not edit here ⚠️
Python Style Guide
Intro
The art lies in balancing completeness vs the "important stuff," since frankly, no one will read a long document. Therefore, we constantly have different opinions on whether to include new points or not. For the sake of an "80% solution" and just pure effort reduction... let's keep it short. Let's focus on issues that actively come up in our team and are worth discussing and agreeing upon—not things that might be important.
General
Comments
Testing
Design Documentation
README.md
in the directory of the tool.README.md
should explain the overall architecture and key design decisions—not be a full API reference.docs/guidance
.This guide is a living document—keep it concise, relevant, and practical.
Beta Was this translation helpful? Give feedback.
All reactions