this post was submitted on 27 Jun 2023
42 points (100.0% liked)

Programmer Humor

852 readers
2 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] kia@lemmy.ca 8 points 1 year ago (1 children)

Once you get used to the Rust syntax, it actually makes the code look cleaner.

[–] dragnucs@lemmy.ml 4 points 1 year ago (1 children)

Ans you also learn to format it properly.

Generally any new santax looks ugly. Then when you understand why it is written like it is it starts looking good.

[–] off_brand_ 1 points 1 year ago

Go error handling......... It looked so ugly to me when I started. The I kept going and... it's still awful. I get the theory, but god do I want a try catch block ☠️

Maintaining any mature code is often skipping over 20 little error blocks for each function call, pushing the critical code off the viewport.