mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
622 B
622 B
title | order |
---|---|
Development Guidelines | 10 |
Conventions
Prefixing
Variables are prefixed using the standard setting in abapOpenChecks Naming Conventions
Downport
abapGit is targeted for version 702, so the code should only contain expressions/statements that works on 702. abaplint will automatically check every PR for language syntax that is not available on 702.
Pretty Printer
Use pretty printer, keywords upper case + indentation, abapOpenChecks can be used for checking this