←back to thread

517 points bkolobara | 2 comments | | HN request time: 0.584s | source
1. pkolaczk ◴[] No.45043395[source]
Rust is one of a very few languages where I can make a total mess in my code by refactoring, have like 100+ compilation errors in multiple modules, think I’m never going to fix it, yet at the end of the day I eventually get everything to compile fine, I run the tests and… they all pass from the first go. All green. Hard to believe but it happened many times to me.
replies(1): >>45044004 #
2. ChadNauseam ◴[] No.45044004[source]
Same. I often have the experience of seeing my app suddenly work again and thinking "wait... I'm done?"