FSharp.FGL icon indicating copy to clipboard operation
FSharp.FGL copied to clipboard

[Feature Request] Consistent Namespace Naming

Open HLWeil opened this issue 3 years ago • 0 comments

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

HLWeil avatar Jun 25 '21 08:06 HLWeil