@nkiesel you shouldn't get any unused parameter warnings on either
main
or implemented interface methods, even if you don't rename them to
_
š 1
n
nkiesel
03/02/2017, 8:00 AM
@yole: yeah, but I still have to review the whole implementation before I know that they are really unused. yes, I could add a comment (or an annotation) to the parameter, but that is a hack in my book.
y
yole
03/02/2017, 8:01 AM
or put a caret on the parameter in your IDE
n
nkiesel
03/16/2017, 4:50 AM
my IDE is more often than not Emacs, or code review page in Github/Gitlab/ReviewBoard, or a