from Hacker News

Looking for well written comments and commit messages

by jrokisky on 4/9/13, 5:06 PM with 1 comments

I feel that I have more trouble than I should writing method comments and commit messages. Can anyone point me to some projects with great comments /commits?
  • by username111 on 4/9/13, 5:45 PM

    Linux commit messages are rather detailed and appropriate commit messages: https://github.com/torvalds/linux

    The Linux source is also very well commented, but C might not be what you're looking for.