Marc Bernard

Results 464 comments of Marc Bernard

error handling: For example, if you look at [`zif_logger`](https://github.com/ABAP-Logger/ABAP-Logger/blob/main/src/zif_logger.intf.abap), none of the methods raise exceptions. All methods that could possibly have an error, should be defined with `raising zcx_logger.` There...

good point of logging zcx_logger. I don't want to add exceptions, just raise the one we have.

Agree. I added it above. I'm not sure when I will get to v2 but you could sponsor the effort to speed things up 😉

We don't want to introduce new dependencies on standard SAP. It also needs to work for 702 and higher (and eventually on ABAP Cloud, which does not have if_reca...)

I don't mind the rule for AG since it deals with little amount of data and for serializing sorting is good. But generally this rule makes little sense to me....

Small data, one time access, no need to scale, no problem 😊

why not use custom pragmas which can be defined in SE80? ```abap REPORT ZTEST_LINT. BREAK-POINT ##ZLINT_AVOID_USE. ``` Maybe just `Z_`. The custom pragmas could be shipped with https://github.com/abaplint/abaplint-sci-client.

Still rooting for this project 👍

See https://github.com/mi-g/jocly/issues/38 for archive of wiki

All objects in this repository have main language "English". The correct setting for `.abapGit.xml` is ```xml E ```