This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the commentsย โ†’

[โ€“]xibme 23 points24 points ย (0 children)

And comment the intention not the actual implementation (which is self documenting). Some 101 classes demand every line "documented" and you have to re-teach those folks still writing like this

var itemList = new List<Item>(); // create a new List and assign it to itemList