flamingo_pinyata@sopuli.xyz to Programmer Humor@programming.dev · 1 month agoYou can pry pattern matching from my cold dead handssopuli.xyzimagemessage-square224linkfedilinkarrow-up1537
arrow-up1537imageYou can pry pattern matching from my cold dead handssopuli.xyzflamingo_pinyata@sopuli.xyz to Programmer Humor@programming.dev · 1 month agomessage-square224linkfedilink
minus-squarefruitcantfly@programming.devlinkfedilinkarrow-up4·29 days 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