suynwa
Results
2
issues of
suynwa
I know that the topic has been addressed in the section [Avoid CHECK in other positions](https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md#avoid-check-in-other-positions). I'm raising this issue as a follow-up to this Code-Pal [issue](https://github.com/SAP/code-pal-for-abap/issues/437). **Option 1**: Using...
I have been using the self-reference 'me' to access instance private methods. I used 'me' to distinguish instance methods from static methods. As per the clean code guidelines it's mentioned...
clean-abap