PotatoesFall@discuss.tchncs.de to Programmer Humor@programming.dev · 1 year agoThe easiest problemdiscuss.tchncs.deimagemessage-square68linkfedilinkarrow-up120file-text
arrow-up120imageThe easiest problemdiscuss.tchncs.dePotatoesFall@discuss.tchncs.de to Programmer Humor@programming.dev · 1 year agomessage-square68linkfedilinkfile-text
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up2·1 year agoArgument parsing; turning Rc foo = bar into Reconfigure(|c| c.foo = "bar").
Argument parsing; turning
Rc
foo
=
bar
intoReconfigure(|c| c.foo = "bar")
.