flamingo_pinyata@sopuli.xyz to Programmer Humor@programming.dev · 2 days agoYou can pry pattern matching from my cold dead handssopuli.xyzimagemessage-square225fedilinkarrow-up1522
arrow-up1522imageYou can pry pattern matching from my cold dead handssopuli.xyzflamingo_pinyata@sopuli.xyz to Programmer Humor@programming.dev · 2 days agomessage-square225fedilink
minus-squarefruitcantfly@programming.devlinkfedilinkarrow-up4·1 day agoC++ is even worse, due to templates and the so-called most vexing parse. Initializing with {} mitigated the latter somewhat, but came with its own set of woes
C++ is even worse, due to templates and the so-called most vexing parse. Initializing with
{}mitigated the latter somewhat, but came with its own set of woes