Limitless_screaming
You die twice. One time when you stop breathing, and a second time, a bit later on, when somebody damns your soul for the last time.
- Hafez Al-Assad
- 0 Posts
- 3 Comments
Joined 5 months ago
Cake day: December 17th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
In Rust and lots of other languages you have to end each statement with a semicolon. The semi colon is usually placed right after the statement, but in this example there’s indentation after each statement before the semicolon so they’re all aligned.
There’s also the curly brackets, they’re padded in the same way, but those usually define where a scope (block) starts and ends making it even worse.