Hacker News new | past | comments | ask | show | jobs | submit login

>Java having a Mardown parser within its compiler just seems wildly out of scope for not a lot of benefit.

I don't think javac does anything with javadoc or will do anything on this new Markdown doc. It's just comments it will ignore. So nothing should be added to the compiler - it's a separate tool that handles source to javadoc generation.

>This seems like the use case of an IDE extension, or a website that host code, not the compiler itself.

That's how we get complicated setups with external dependencies, 20 non-standard ways to do something, different habbits from project to project and company to company, and a mix of different (new and legacy) versions of those non-standards in any larger codebase.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: