One thing I’ve seen a lot of in as code and publicly available libraries is a LOT of comments. I’ve seen files with 3 to 4 times as much text in the comments as the code. I know a lot of this is put there to generate auto documentation, but when you’re looking through the code and trying to get how it works, it makes it pretty hard to read in my opinion. Just wondering what other people think about it?