PotatoesFall@discuss.tchncs.de to Programmer Humor@programming.dev · 2 years agoThe easiest problemdiscuss.tchncs.deimagemessage-square67linkfedilinkarrow-up120file-text
arrow-up120imageThe easiest problemdiscuss.tchncs.dePotatoesFall@discuss.tchncs.de to Programmer Humor@programming.dev · 2 years agomessage-square67linkfedilinkfile-text
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up2·2 years agoArgument parsing; turning Rc foo = bar into Reconfigure(|c| c.foo = "bar").
what is this for ?
Argument parsing; turning
Rcfoo=barintoReconfigure(|c| c.foo = "bar").