extendr / extendr/extendr

Rfloat access name

Open
#1,023 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
528
Forks
58
PR merge metrics
No merged PRs in 30d

Description

I am happy that the Rfloat traits are now structs that allow us to access the f64! However, I'm wondering if the naming could be improved.

For example, I will likely forget why I'm accessing `est` and `stderr` using `.0`. Could this field be named something like `value`?
```
let ci = compute_ci(est.0, stderr.0, ci_level)
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.