Jacques Nomssi

Results 6 issues of Jacques Nomssi

We can use a predicate method call IS_EOF( ) in an IF expression as IF is_eof( ). str = ''. ELSE. str = format_string( value ). ENDIF. This will be...

I take issue with two subsection titles: - Prefer object orientation to imperative programming - Prefer functional to procedural language constructs because you can do imperative programming in OO and...

clean-abap

The extended syntax check will disagree with me, but I favor the pattern where CHECK is used after the default return value is set. ``` METHOD read_customizing. result = default_value....

clean-abap

is there a discussion about structure definition? my 2 cents: the documentation says INCLUDE TYPE should not be used: https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/index.htm?file=abapinclude_type.htm I do not agree. as I like INCLUDE TYPE struct_type...

clean-abap

Interface zif_abapgitp_xml_output depends on type zif_abapgit_definitions=>ty_metadata zif_abapgit_definitions is not found in my system. Workaround: zif_abapgit_definitions replaced by zif_abapgitp_plugin Change must also be applied in local test class ltcl_test of class...

In constructor mv_password = iv_password. fails because of the implicit convertion String -> XString