logoalt Hacker News

LtdJorgeyesterday at 4:44 PM1 replyview on HN

I dislike macros for that reason when reading code on GitHub or Docs.rs, but Rust was kind of made to be used with an IDE (or LSP).


Replies

bigstrat2003yesterday at 7:53 PM

That is poor practice IMO. The simple reality of the world is that not everyone uses such tools. Designing a language with the expectation they will is deliberately ignoring the needs of some users.

show 1 reply