Hacker News new | ask | show | jobs
by splatzone 849 days ago
Can someone familiar with the Spring Boot codebase confirm if these comments are useful or not?

At a glance - and I'm not a java developer - a handful of the comments seem to add some specific context that's not obvious from the code alone: https://github.com/spring-projects/spring-boot/pull/39754/co...

1 comments

I'm not familiar with this codebase, but to me it doesn't seem to be adding any context – it's simply describing what the implementation does. In particular, the comment about unnecessaryExclusions is just adding noise since it's an internal implementation detail that doesn't matter to the caller.