ConjuringCoffee

Results 41 issues of ConjuringCoffee

Chapter "Don't chain assignments" currently has the following two code snippets: ``` var2 = var3. var1 = var3. ``` ``` var1 = xsdbool( var2 = var3 ). ``` Can someone...

ABAP Doc allows for the explicit definition of short texts and there are several ways to do so. In my opinion, it'd be a good addition to Clean ABAP to...

New Rule

I activated [CHECK_63 (ABAP Doc - Check parameter consistency)](https://docs.abapopenchecks.org/checks/63/) but the errors are not displayed properly. The message of each finding is "Unknown error code" and the navigation always leads...

bug

We started this discussion in pull request #303. Can we define an approach on how to handle Clean ABAP for different system releases? Right now, we mostly formulate each rule...

clean-abap

The section "Use LOCAL FRIENDS to access the dependency-inverting constructor" is unclear to me. It currently only contains this title and a code example. The previous chapter "Use dependency inversion...

clean-abap
Clarity of Text

What is the strategy for the translations in the repository? Is this something we plan to continue in the future? For instance, the German translation hasn't been updated in over...

clean-abap

This makes using the result of the variable analyzer easier. Before this change, it wasn't possible to easily get the statement of the token. Currently only relevant for check 102....

Hi Jörg-Michael, would it be possible to somehow provide a list of custom CDS names to the rule "Use CamelCase for known CDS names"? Maybe an additional file that can...

enhancement

Hi Jörg-Michael, I find that the indicator for a currently opened rule is very weak (after clicking into the examples or options). I sometimes find myself lost in the list...

user interface