PotatoesFall@discuss.tchncs.de to Programmer Humor@programming.dev · 1 year agoThe easiest problemdiscuss.tchncs.deimagemessage-square97linkfedilinkarrow-up12arrow-down10file-text
arrow-up12arrow-down1imageThe easiest problemdiscuss.tchncs.dePotatoesFall@discuss.tchncs.de to Programmer Humor@programming.dev · 1 year agomessage-square97linkfedilinkfile-text
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up0·1 year agoArgument parsing; turning Rc foo = bar into Reconfigure(|c| c.foo = "bar").
what is this for ?
Argument parsing; turning
Rc
foo
=
bar
intoReconfigure(|c| c.foo = "bar")
.