code-pal-for-abap
code-pal-for-abap copied to clipboard
Prefer REF TO to FIELD-SYMBOL
https://github.com/SAP/styleguides/blob/master/clean-abap/CleanABAP.md#prefer-ref-to-to-field-symbol
Since the section is being challenged due to REF TO being less performant than FIELD-SYMBOL, we probably shouldn't create a check that tells people to make their code slower.
The section was removed in: https://github.com/SAP/styleguides/pull/307 I suggest closing this issue 😊