@joachim_rees jetzt bin ich doch einmal in den Keller gegangen und habe mir das Buch geholt...
#cleanCode #cleanAbap #abap
Exakt das wird auch in einem Beispiel verwendet, sogar in der gleichen Anweisung:

#CleanCode favors clarity of names over "spoken language" grammer, right?

so I called a method:
is_order_has_a_recipient
(while the grammer of the spoken laguage would suggest has_order_a_recipient )

is_[something] -> returns true or false.
I do NOT want to introduce another prefix ( has_ ) which would do the same.

Any thoughts?

(my context is #abap / #CleanAbap but I think the point is generic )

DSAGNet

Hey #ABAP , is "Semi Constant" a thing? (And is there a better word for it? )

It's used like a constant, but well actually, its a variable.
Why? So I CAN change it in the Debugger, if I want to try something out.

Examples:

DATA lv_con_max_rows_select_eg_50 TYPE i VALUE 50.
DATA lv_con_do_2_times TYPE i VALUE 2.

Do you use something like this?

#CleanAbap ?

The upcoming #SAPOpenSource webinar is all about Code Pal! This #OpenSource tool helps you easily integrate the #CleanABAP rules into your development.

👉 Register now: https://events.sap.com/code-pal-clean-abap/

#OpenSource #codepal #ABAP
Registration (Full)

Registration (Full)

Code pal – ABAP test cockpit checks for Clean ABAP

Webinar on "Code pal – ABAP test cockpit checks for Clean ABAP" open for registration - another great open source tool which supports the adoption of Clean ABAP.

https://events.sap.com/code-pal-clean-abap/en/registration.aspx

#abap #cleanabap #opensource #development #s4hana #sap #news

Registration (Full)

Registration (Full)

Code pal – ABAP test cockpit checks for Clean ABAP

Jörg-Michael Grassau the master mind behind ABAP cleaner, just wrote the best blog so far about the tool which can help you to automate many of the Clean ABAP rules! The blog also contains the links to the recent sessions about the tool.

https://blog.sap-press.com/how-to-clean-your-abap-code-with-one-keystroke-using-abap-cleaner

#SAP #CleanABAP #CleanCode #SAPPress #Rheinwerk #ABAPCleaner #OpenSource #foss #abap #s4hana #cleancode #software #news

How to Clean Your ABAP Code with One Keystroke Using ABAP Cleaner

Discover how to clean your ABAP code in an easy way by using ABAP cleaner. Say goodbye to manual formatting and save time with this powerful tool!

Registration Form | Open Source Project ABAP Cleaner 15112023

abap-cleaner

Open Source Project ABAP Cleaner 15112023
Smal refactoring towards cleener code: keep the IF small | SAP Blogs

I want to share a small refactoring example with you. For whatever reason, I have this code: IF mv_given_cat_for_selection IS NOT INITIAL.

@klaushaeuptle
Nice!

I had a look at #AbapCleaner today. Standalone works fine, but I could not get the ADT-AddOn installed yet:

https://github.com/SAP/abap-cleaner/issues/15

#ABAP #CleanABAP #ADT

ADT-Install seems not to work :-( · Issue #15 · SAP/abap-cleaner

I try to install ABAP Cleaner to my ADT, as instructed: ADT, select menu 'Help / Install New Software...', copy the link https://sap.github.io/abap-cleaner/updatesite to the 'Work with' field and f...

GitHub