sybila / biodivine-sketchbook

Biodivine SketchBook is a multi-platform application for designing and analysing large-scale logical models.
MIT License
0 stars 1 forks source link

Merge similar functionality into generics, remove redundancy #35

Open ondrej33 opened 6 months ago

ondrej33 commented 6 months ago

On the Rust side, there are currently a few parts that might potentially be redundant. As it is all still in the early development phase, this might change (so I am not doing larger refactoring yet). Once we move a bit, however, we should be aware that the following things could be merged together or (with some changes) removed:

ondrej33 commented 1 week ago

The redundant serialization code for manager classes was removed in #52 and #56. We use the intermediate simplified structs in data_structs module for (de)serialization.