codeinabox@programming.dev to Programming@programming.devEnglish · 1 month agoEvery dependency you add is a supply chain attack waiting to happenbenhoyt.comexternal-linkmessage-square30linkfedilinkarrow-up1168arrow-down11cross-posted to: technology@lemmy.worldlobsters@lemmy.bestiver.se
arrow-up1167arrow-down1external-linkEvery dependency you add is a supply chain attack waiting to happenbenhoyt.comcodeinabox@programming.dev to Programming@programming.devEnglish · 1 month agomessage-square30linkfedilinkcross-posted to: technology@lemmy.worldlobsters@lemmy.bestiver.se
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up3·1 month agoI haven’t used Java for decades and never used .net so I’ll take your word for those. Absolutely not for C++ though. Go’s standard library has: JSON, XML, etc. A web client and server Bigints Logging JPEG, PNG and GIF SQL client SSH client All the crypto algorithms Gzip, zlib, deflate, etc. C++ has none of that. Hell C++ only got a function to check if a string starts with a prefix a few years ago.
I haven’t used Java for decades and never used .net so I’ll take your word for those. Absolutely not for C++ though.
Go’s standard library has:
C++ has none of that. Hell C++ only got a function to check if a string starts with a prefix a few years ago.