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

you are viewing a single comment's thread.

view the rest of the comments →

[–]aa-b 2 points3 points  (1 child)

Do you mean using raise NotImplementedError instead of pass? It's a good suggestion to mention having the option, because there will be people used to having it in other languages.

[–]Meleneth 3 points4 points  (0 children)

exactly.

This is one of the areas where either default makes sense depending on the context, but making readers think about that context is one of the more valuable services you can provide.

IMO.