cm0002@lemmy.world to Programmer Humor@programming.dev · 3 days agoWhat's stopping you from writing your Rust like this?lemmy.mlexternal-linkmessage-square61fedilinkarrow-up1398arrow-down18
arrow-up1390arrow-down1external-linkWhat's stopping you from writing your Rust like this?lemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 3 days agomessage-square61fedilink
minus-squareDave.@aussie.zonelinkfedilinkarrow-up67·edit-22 days agorustfmt is stopping me from writing code like this, and I have never been more happier using it after viewing this.
minus-squarekilleronthecorner@lemmy.worldlinkfedilinkEnglisharrow-up57·2 days agoI’m going to write a tool that automatically adds the braces and semicolons to the column as you edit the code. I will call it rustfml
minus-squareirelephant 🍭@lemm.eelinkfedilinkEnglisharrow-up9·2 days agoCrap, thats what I was thinking.
minus-squareverstra@programming.devlinkfedilinkarrow-up8·2 days agoIt could be run after git checkout and then rustfmt before commit.
minus-squarenintendiator@feddit.cllinkfedilinkEnglisharrow-up1·2 days agoPlease do, I’m waiting for it to get ported to other languages.
rustfmt
is stopping me from writing code like this, and I have never been more happier using it after viewing this.
I’m going to write a tool that automatically adds the braces and semicolons to the column as you edit the code.
I will call it
rustfml
Crap, thats what I was thinking.
It could be run after git checkout and then rustfmt before commit.
Slow down satan
Please do, I’m waiting for it to get ported to other languages.