ConjuringCoffee

Results 86 comments of ConjuringCoffee

> on the other hand, the existing option "Remove empty line above ENDCLASS" is too unspecific, you'd actually want an empty line if the last section isn't empty, right? Seems...

Let's take another example: ```abap rs_result = VALUE #( comp_1 = VALUE #( some_field = '0a01' something = 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa1' ) comp_2 = VALUE #( example = 'b' very_long_field = 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa2'...

> Maybe keep cases where an empty line is found after the opening command, too? That seems like a good idea to me. 😊

> But in contexts which allow for both (and even _use_ both) tables with and without header lines, it might actually help readability to use `[]` – otherwise, readers would...

So removing the square brackets in the OO context is also out of scope? 😧

> Note that you can still access internal tables with header line inside methods and should be able to clear their contents and header line separately, you just cannot declare...