scripts
scripts copied to clipboard
Begin Class and Method Comments with an Uppercase Letter
Currently a lot of our multiline class and method comments begin with a lowercase letter. Because multiline comments are normally used to generate some kind of API documentation, which consists of normal sentences, I suggest to change our comments to begin with an Uppercase letter.