docs: add Result Library requirements#1539
Conversation
| :satisfies: feat_req__baselibs__core_utilities, feat_req__baselibs__safety | ||
| :status: valid | ||
|
|
||
| The Result library shall operate without throwing C++ exceptions. |
There was a problem hiding this comment.
I guess you mean, that no C++ exception explicitly should be thrown by the library. I guess in addition the code might still need to take measures to "catch" C++ exception which might occur cause of implementation, right?
|
Do we really need a separate library for "Results"? Or would this be more likely be part of a utilities/core library? |
It is part of eclipse-score/baselibs. The requirements are a documentation of the current state of implementation. |
but then isn't it more a Result class and not a library? |
The result class needs to interact with a few more classes that reside in baselibs/score/result, so i would argue it is an (admittedly small) library. |
6c6c96d to
06964a0
Compare
|
The created documentation from the pull request is available at: docu-html |
Add requirements for the result library.