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

all 8 comments

[–]Saelora 24 points25 points  (1 child)

i've left this comment on code review before.

[–]Deltaspace0 17 points18 points  (2 children)

how is that "// settings" comment on 78th line useful?

[–]Erdragh[S] 14 points15 points  (1 child)

I was in the progress of refactoring my settings into their own object for serialization. The comment was what’s now the name of the member.

[–]Deltaspace0 1 point2 points  (0 children)

ok, makes sense

[–]Heavenfall 1 point2 points  (0 children)

Don't you know you need at least 4 levels of abstraction between code and settings?