on ‎2011 May 19 1:23 PM
Found this sarcastic bit of coding while debuggin today, made my day:
CL_WDR_CLIENT_ABSTRACT_HTTP
HANDLE_REQUEST
cl_wdr_client_ssr=>todo_cleanup( 'Evil hack because of missing support in RR_APPLICATION' )."#EC NOTEXT
method TODO_CLEANUP.
" REASON
if 1 = 1.
endif.
endmethod.There must be more of this kind. Contribute! For the good of the world!
cheers, Lukas
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Found by the extended code check today. I guess the author wanted to leave his ELSEIF options open here.
IF lv_wbsta EQ 'C'.
<bunch of code>
ELSEIF lv_wbsta NE 'C' .
<bunch of code>
ENDIF.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.