I a recent project I was working on, I discovered to my big surprise that a command/commandhandler was never used, i.e., nowhere in the application that command was sent out.
Would it make sense to add diagnostics for this case as well in order to make it easier to discover dead code?
I a recent project I was working on, I discovered to my big surprise that a command/commandhandler was never used, i.e., nowhere in the application that command was sent out.
Would it make sense to add diagnostics for this case as well in order to make it easier to discover dead code?