You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TODO comment in crates/augurs-prophet/src/prophet.rs suggests moving certain fields into a separate struct. Refactoring these fields can minimize the number of optional fields in the Prophet struct and reduce the risk of the struct being in an invalid state due to improper combinations of optional fields.
The TODO comment in
crates/augurs-prophet/src/prophet.rs
suggests moving certain fields into a separate struct. Refactoring these fields can minimize the number of optional fields in theProphet
struct and reduce the risk of the struct being in an invalid state due to improper combinations of optional fields.This issue was raised in PR #118.
PR URL: #118
Comment URL: #118 (comment)
Requested by @sd2k.
The text was updated successfully, but these errors were encountered: