code-pal-for-abap icon indicating copy to clipboard operation
code-pal-for-abap copied to clipboard

Prefer REF TO to FIELD-SYMBOL

Open lucasborin opened this issue 4 years ago • 1 comments

https://github.com/SAP/styleguides/blob/master/clean-abap/CleanABAP.md#prefer-ref-to-to-field-symbol

lucasborin avatar Dec 09 '20 12:12 lucasborin

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.

bjoern-jueliger-sap avatar Mar 17 '22 10:03 bjoern-jueliger-sap

The section was removed in: https://github.com/SAP/styleguides/pull/307 I suggest closing this issue 😊

ConjuringCoffee avatar Aug 14 '23 15:08 ConjuringCoffee