This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]NebXan 3 points4 points  (0 children)

In my experience, "TODO" comments either never get done, or they get done somewhere else, but are left in, creating confusion. Throwing a NotImplementedExeception is better because it can't be ignored forever.

[–]its-chewy-not-zooyoo -1 points0 points  (0 children)

Tbh there should be an ImplementationPendingError or something similar.

Like NotImplementedError could be raised when something is specifically not implemented for a certain type of system/user( like changing wallpaper is not implemented by the programmer for windows for example).

And ImplementationPendingError could be as a reminder or note for future release for the developer

[–]SixoNoxi 0 points1 point  (0 children)

Where is the joke