minus-squareDumhuvud@programming.devtoProgrammer Humor@programming.dev•Until there's a community for Enterprise Networking you have to suffer my meme.linkfedilinkEnglisharrow-up1·1 year ago Who needs a GUI for that? I do. It takes less time and is less error-prone to commit code, especially when you need partial staging, via a decent GUI. linkfedilink
minus-squareDumhuvud@programming.devtoRust@programming.dev•When to Use Arc Instead of VeclinkfedilinkEnglisharrow-up2·1 year ago Arc<String> is roughly equivalent to Arc<Vec<char>>. Nitpick: it’s Vec<u8>, not Vec<char>. linkfedilink
I do. It takes less time and is less error-prone to commit code, especially when you need partial staging, via a decent GUI.