Re: Like the world needed another dice roller

2023-06-27 Thread trent shipley via PLUG-discuss
I will write the Readme and look at getting rid of accessor methods except where values are changed. On Sun, Jun 25, 2023 at 7:17 PM Vikriti D'Vita via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > Yeah a usage readme would be helpful. Quick glance through the code: > Why are `add_curr

Re: Like the world needed another dice roller

2023-06-25 Thread Vikriti D'Vita via PLUG-discuss
Yeah a usage readme would be helpful. Quick glance through the code: Why are `add_currying` and `multiply_currying` their on functions? The only place their used is in `test_hdr`. Too much abstraction makes it harder to understand. I'd have just used the lambda right there so its obvious what you

Like the world needed another dice roller

2023-06-20 Thread trent shipley via PLUG-discuss
I just did a thing. And I could really use some feedback. If it is lite the feedback I'd get from my last coding job it will go something like: your code works, but I don't understand it, there isn't enough documentation, and what documentation there is, doesn't help. https://github.com/trent-sh