When popping an article or category in an RSS reader to discover feed(s), it currently promotes the Comments feed which perhaps isn't so useful / distracting.
For my own WordPress blogs, this was always part of my functions.php boilerplate:
mytheme/functions.php
add_filter('feed_links_show_comments_feed', '__return_false');
