This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| projects:split-bill [2024/07/28 11:50] – add example pfm | projects:split-bill [2024/07/28 20:56] (current) – add Itertools::permutations pfm | ||
|---|---|---|---|
| Line 27: | Line 27: | ||
| * Use a reasonable type to represent amounts --- '' | * Use a reasonable type to represent amounts --- '' | ||
| * Extract expense calculation code to a Rust library and then use it in the CLI tool, to be able to then write other applications (GUI maybe?). | * Extract expense calculation code to a Rust library and then use it in the CLI tool, to be able to then write other applications (GUI maybe?). | ||
| + | * Use [[https:// | ||