Why IntelliJ don't create automatically documentation comments for functions?

Sorry, but your example comment looks pretty useless to me. Why should you generate such a useless comment? To satisfy company rules? Instead, use descriptive method and parameter names. That makes most function comments obsolete.

The presence of comments is an indication of bad source code.

1 Like