25

Anyone else is doing this? When you know you need to implement it, but want to fucus on something else and #TODO just doesn't cut it. xD

Comments
  • 4
    Yeah

    Java -> throw new UnsupportedOperationException();

    C# -> throw new Not implemented exception();
  • 3
    No, but I believe I will start doing this now.
  • 1
    I usually do both if I need to remind me of some details. But definitely, throwing an exception is a great way to avoid some unexpected behavior
Add Comment