PotatoesFall@discuss.tchncs.de to Programmer Humor@programming.dev · 10 months agoThe easiest problemdiscuss.tchncs.deimagemessage-square97fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1imageThe easiest problemdiscuss.tchncs.dePotatoesFall@discuss.tchncs.de to Programmer Humor@programming.dev · 10 months agomessage-square97fedilinkfile-text
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up0·9 months agoArgument parsing; turning Rc foo = bar into Reconfigure(|c| c.foo = "bar").
Argument parsing; turning
Rc
foo
=
bar
intoReconfigure(|c| c.foo = "bar")
.