CSBiology / OBO.NET

An OBO file format parser, written in F#.
MIT License
3 stars 1 forks source link

Rework into FsObo #16

Closed omaus closed 10 months ago

omaus commented 1 year ago

FsOboParser is a nice library which works fine but it lacks a bigger structure which is more divided into its core working parts. That means, it would be nice to separate the library into the following parts (= individual projects):

The name of this repo thus should be FsObo, and we also need to update the NuGet package accordingly.

(There was also the idea to use dotted namespaces: "FsObo.IO" for FsOboParser and "FsObo.Graph" for FsOboGraph but I would argue against that because in this case opening FsObo means polluting other .IO or .Graph namespaces (like System.IO) which is not nice.)

omaus commented 10 months ago

Closed due to #23.