fidley / ABAPQuickFix

ABAP Quick Fix
https://abapblog.com
MIT License
42 stars 9 forks source link

New QuickFix : Uncombine statements #44

Closed AlexandreHT closed 1 year ago

AlexandreHT commented 1 year ago

Hi,

In order to implement CleanCode rule Do not chain up-front declarations, I would like to suggest a new quick fix for uncombining (or unchaining) statements.

Basically, it would be the exact opposite of the following rule: "Combine statements: DATA, TYPES, CONSTANTS, FIELD-SYMBOLS, CHECK, CLEAR, REFRESH, FREE, PARAMETERS, SELECT-OPTIONS, METHODS, CLASS-METHODS"

Thanks & Regards, Alexandre

fidley commented 1 year ago

Hi, It's already there in place 🙂, or?

Cheers Łukasz

W dniu pt., 4.11.2022 o 11:55 AlexandreHT @.***> napisał(a):

Hi,

In order to implement CleanCode rule Do not chain up-front declarations https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md#do-not-chain-up-front-declarations, I would like to suggest a new quick fix for uncombining (or unchaining) statements.

Basically, it would be the exact opposite of the following rule: "Combine statements: DATA, TYPES, CONSTANTS, FIELD-SYMBOLS, CHECK, CLEAR, REFRESH, FREE, PARAMETERS, SELECT-OPTIONS, METHODS, CLASS-METHODS"

Thanks & Regards, Alexandre

— Reply to this email directly, view it on GitHub https://github.com/fidley/ABAPQuickFix/issues/44, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4LWA6LI6MLXET6GCAL3ELWGTTQHANCNFSM6AAAAAARXBY7UU . You are receiving this because you are subscribed to this thread.Message ID: @.***>

AlexandreHT commented 1 year ago

Oups. Shame on me (and multitasking).