No Prefixes

 home styleguide  single file   example  edit

no_prefixes

Description

Dont use hungarian notation

Extended Information

Note: not prefixing TYPES will require changing the errorNamespace in the abaplint configuration,
allowing all types to become voided, abaplint will then provide less precise syntax errors.

https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md#avoid-encodings-esp-hungarian-notation-and-prefixes

https://github.com/SAP/styleguides/blob/main/clean-abap/sub-sections/AvoidEncodings.md

Default Configuration

Hover to see descriptions, Ctrl+Space for suggestions

Examples