Just wait
Just wait
Posted Jan 19, 2026 10:47 UTC (Mon) by taladar (subscriber, #68407)In reply to: Just wait by somlo
Parent article: Rust for filesystems
Interestingly enough I have the opposite experience. Go is extreme gibberish because it is so hard to spot the actual high-level flow among the sea of virtually identical copies of low level concerns in the code.
Rust on the other hand is quite clear and readable 99% of the time because it has very little of this accidental complexity all over and where it does it often isn't essential to understanding what the code is trying to do.