[issue17005] Add a topological sort algorithm

Pablo Galindo Salgado report at bugs.python.org
Sun May 31 17:18:08 EDT 2020


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

> The downside I see with any graph prefixed names is the fact that it implies a larger collection of graph operations.

I don't see that an issue. In the general term is better to have a general name and discuss further improvements than just name the module "topological_sort" and now being cornered if we ever want to add new graph-related stuff.

We can always say "no" to new functionality but changing the name of the module is not possible once is released.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue17005>
_______________________________________


More information about the Python-bugs-list mailing list