ok-nick / ubs

fetch University at Buffalo class schedules in real-time
https://docs.rs/ubs-lib
MIT License
1 stars 0 forks source link

Should parser fields return `Result` or `Option`? #16

Closed ok-nick closed 9 months ago

ok-nick commented 1 year ago

A Result is more correct, but it means nothing to the user. Perhaps it'd be more logical to return an Option?

ok-nick commented 9 months ago

No, options are undescriptive.