Adding inital coding guidelines doc - #497
Open
MaciejKaszynski wants to merge 2 commits into
Open
Conversation
MaciejKaszynski
requested a deployment
to
workflow-approval
August 20, 2026 11:34 — with
GitHub Actions
Waiting
MaciejKaszynski
requested a deployment
to
workflow-approval
August 20, 2026 11:34 — with
GitHub Actions
Waiting
MaciejKaszynski
marked this pull request as ready for review
August 20, 2026 11:34
MaciejKaszynski
requested review from
FScholPer,
NicolasFussberger,
anmittag,
antonkri,
pawelrutkaq and
ramceb
as code owners
August 20, 2026 11:34
Contributor
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //:license-checkStatus: Click to expand output |
danth
reviewed
Aug 20, 2026
Contributor
|
Some ideas for extension:
|
MaciejKaszynski
requested a deployment
to
workflow-approval
August 24, 2026 08:24 — with
GitHub Actions
Waiting
MaciejKaszynski
requested a deployment
to
workflow-approval
August 24, 2026 08:24 — with
GitHub Actions
Waiting
| score/launch_manager/src/daemon/src/ | ||
| └── osal <- visibility = ["//score:__subpackages__"], | ||
| └── details <- visibility = ["//score/launch_manager/src/daemon/src/osal:__subpackages__"], | ||
| ``` |
Contributor
There was a problem hiding this comment.
maybe to add naming convention for mocks, naming convention for pure virtual interfaces
| └── osal <- visibility = ["//score:__subpackages__"], | ||
| └── details <- visibility = ["//score/launch_manager/src/daemon/src/osal:__subpackages__"], | ||
| ``` | ||
|
|
Contributor
There was a problem hiding this comment.
Use RAII patterns for resource management
MaciejKaszynski
force-pushed
the
add-coding-guidline
branch
from
August 26, 2026 11:52
cc13d8e to
029fdde
Compare
MaciejKaszynski
requested a deployment
to
workflow-approval
August 26, 2026 11:52 — with
GitHub Actions
Waiting
MaciejKaszynski
requested a deployment
to
workflow-approval
August 26, 2026 11:52 — with
GitHub Actions
Waiting
danth
approved these changes
Aug 28, 2026
MaciejKaszynski
force-pushed
the
add-coding-guidline
branch
from
September 2, 2026 12:56
029fdde to
da3e7f0
Compare
MaciejKaszynski
requested a deployment
to
workflow-approval
September 2, 2026 12:56 — with
GitHub Actions
Waiting
MaciejKaszynski
requested a deployment
to
workflow-approval
September 2, 2026 12:56 — with
GitHub Actions
Waiting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding some rules for our code we have in the repo to make sure our code is clean and standardized.
Fixes #423