logoalt Hacker News

LtdJorgetoday at 6:50 PM1 replyview on HN

I've also found that traversing a third-party codebase in Python is extremely frustrating and requires lots of manual work (with PyCharm) whereas with Rust, it's just 'Go to definition/implementation' every time from the IDE (RustRover). The strong typing is a huge plus when trying to understand code you didn't write (and I'm not talking LLM-generated).


Replies

smoharetoday at 8:24 PM

[dead]