Tool development proposal #8
david-bouyssie
started this conversation in
Polls
Replies: 1 comment
-
Building some tool to showcase and test the API is very beneficial I would think. I did the same for my library and that helped shape the direction for implementing new features as well as the api surface. So in general I would be very much in favour. The negative side is that this gives us more code to develop and more stuff to work on. My current projects based on
From my side I would vote for creating a fork of the annotator to rewrite it to be based on |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In an other discussion (https://github.com/orgs/rusteomics/discussions/6) we mentioned the idea of developing a Rust app that could test and showcase some Rusteomics features by leveraging the developed libraries (mzcore/mzio for now).
Here is some rationale from @lazear:
I share the same feeling, as it could ease prototyping new features before having to decide about polishing the final API. And honestly end-users (I mean here MS practitioners) don't really care about well designed APIs. Most of the time, they "just" want to have, quickly, some accurate and meaningful TSV tables.
I think the Rusteomics project goal is to both satisfy bioinformaticians and final end-users.
Libraries with well-designed APIs can satisfy the former, while a dedicated tool/app can satisfy the later, among other benefits (testing the APIs for instance).
2 votes ·
Beta Was this translation helpful? Give feedback.
All reactions