Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Consistent Namespace Naming #37

Open
HLWeil opened this issue Jun 25, 2021 · 0 comments
Open

[Feature Request] Consistent Namespace Naming #37

HLWeil opened this issue Jun 25, 2021 · 0 comments
Milestone

Comments

@HLWeil
Copy link
Member

HLWeil commented Jun 25, 2021

Is your feature request related to a problem? Please describe.
In recent libary changes (#31), the folder structure and namespaces where adjusted quite a bit. ATM it does not seem as consistent:

The shared helpers are in FSharp.Graph
The functional graph representation is in FSharp.FGL
An additional graph representation is in FSharp.ArrayAdjacencyGraph

Describe the solution you'd like
For consistency, both graph representations should be named in the same scheme, e.g. FSharp.ArrayAdjacencyGraph and FSharp.InductiveGraph.

Maybe one could even switch the naming to FSharpFGL
with FSharpFGL.InductiveGraph
and FSharpFGL.ArrayAdjacencyGraph

or

FGL
with FGL.InductiveGraph
and FGL.ArrayAdjacencyGraph

@LibraChris LibraChris added this to the Backlog milestone Apr 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants