RadicalZephyr / sodium-rust

FRP implementation in Rust
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Clarify snapshot numbering scheme #11

Open RadicalZephyr opened 8 months ago

RadicalZephyr commented 8 months ago

It's extremely odd that there is both a snapshot and snapshot1 method, then no snapshot2, but snapshot3 is what I would expect to be called snapshot2, and higher numbers follow the same convention.

In the next major release this needs to be cleaned up.