ices-tools-dev / RDBEScore

Provides functions to work with the Regional Database & Estimation System (RDBES)
https://ices-tools-dev.github.io/RDBEScore/
GNU General Public License v3.0
0 stars 4 forks source link

Define "verbose" and "strict" parameters for all exported functions? #152

Closed davidcurrie2001 closed 1 month ago

davidcurrie2001 commented 1 year ago

Many of our functions have the "verbose" and "strict" parameters - should we add them to all functions so we have consistency? (If so, we should use the same default values for them in all functions.)

rix133 commented 1 month ago

"verbose" should be implemented for all exported functions as this is easily understandable waht it should do. For strict it is not so straightforward so we will add strict only in those functions where it is needed with propper parameter explanation.