Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sap/styleguides
This repository provides SAP style guides for coding and coding-related topics.
https://github.com/sap/styleguides
abap
Last synced: about 22 hours ago
JSON representation
This repository provides SAP style guides for coding and coding-related topics.
- Host: GitHub
- URL: https://github.com/sap/styleguides
- Owner: SAP
- License: other
- Created: 2019-04-26T00:01:38.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T08:21:17.000Z (5 months ago)
- Last Synced: 2025-01-30T04:05:33.945Z (about 22 hours ago)
- Topics: abap
- Language: Markdown
- Homepage:
- Size: 3.55 MB
- Stars: 1,708
- Watchers: 180
- Forks: 454
- Open Issues: 68
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Governance: GOVERNANCE.md
Awesome Lists containing this project
README
# SAP Code Style Guides
[![REUSE status](https://api.reuse.software/badge/github.com/SAP/styleguides)](https://api.reuse.software/info/github.com/SAP/styleguides)
[**Continuous Release**](#continuous-release)
·
[**Open Source**](#open-source)
·
[**Grassroots Project**](#grassroots-project)
·
[**Optional**](#optional)
·
[**Ecosystem**](#ecosystem)This repository provides SAP's style guides for coding.
Programming languages enable us to say the same thing in different ways.
While all of them may be correct, some may be more efficient,
easier to understand, and more robust than others.Our style guides want to show up differences and guide you
towards code that has a healthy balance between all of these qualities.## Style Guides
- [**Clean ABAP**](clean-abap/CleanABAP.md)
- [**ABAP Code Reviews**](abap-code-review/ABAPCodeReview.md)## Continuous Release
These guides are updated **continuously**,
meaning any change is reviewed and immediately put "live",
without special publication versions.As programming languages and our understanding of them evolve,
we believe that these guides are "work in progress"
and will probably never see a status "finished";
as agile developers, we welcome this.## Open Source
This repository is **open source**,
meaning it is written by a loose community of interested persons,
and anybody from within and without SAP is invited to contribute.[LICENSE](LICENSE) describes how you may use this material.
[Creative Commons' summary](https://creativecommons.org/licenses/by/3.0/)
may be easier to understand for non-jurists.
In short, you can freely use and share this repository's content.
You can also use it in own works, such as presentations or books,
even commercially, as long as you give credit to this source,
and point out your changes. Detailed information including third-party
components and their licensing/copyright information is available
via the
[REUSE tool](https://api.reuse.software/info/github.com/SAP/styleguides).[CONTRIBUTING](CONTRIBUTING.md) describes how you can contribute.
In short, you can use GitHub's standard means to add to this repository,
and you have to agree to our [license](LICENSE) to contribute directly.We believe that clean code should be discussed freely and openly.
## Grassroots Project
These guides are **grassroots projects**, meaning they were started,
and are still driven, by programmers who spend their day coding,
and want to get better at it.We are developers, architects, quality engineers, and consultants,
from associates to chief experts,
from language creators to tool developers,
from S/4HANA to the ABAP language group.
We respect all roles, ranks, and units,
and welcome any suggestions and improvements.## Optional
Following these style guides is **optional**,
meaning you - or more precisely: your team -
can choose whether you want to adhere to it.
This applies equally to in-house developers, partners, and customers.We believe that clean code comes from conviction, not from pressure.
## Ecosystem
If you want to learn more about the motivation, the underlying principles and the forming ecosystem of tools, books and related practices around the style guide, you can follow the [blog on Clean Code: Writing maintainable, readable and testable code](https://blogs.sap.com/2022/12/21/clean-code-writing-maintainable-readable-and-testable-code/).