@ryanc @matthew_d_green Three of the things that would happen in rust and many other languges
- Auto formatting. It just makes things so much more easier to read.
- Dead code detection, when accidently creating dead code, you get a warning.
- No goto. I don't know how many times in other languages I have messed that one up. I know it is a style thing and I'm starting a holy war but the extra time to work the logic in is totally worth it. (They should just rename goto as yolo, I did not want to think though the logic)