Changes between Initial Version and Version 1 of Ticket #1847, comment 26
- Timestamp:
- 2014-04-14T22:11:28Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1847, comment 26
initial v1 2 2 > Also, wiki:CodingStandards says "Prepend a leading underscore to private names.", so the way https://github.com/daira/tahoe-lafs/commit/ab9216e5728083a671060ba12c98f56638f08517 did that is preferred. 3 3 4 I disagree, because these attributes aren't private. (I count attributes as non-private if they are accessed directly from anywhere outsi ede the class, including tests.) The patch looks fine to me in this respect; I had originally planned to add a method to set parameters, but I think it's not needed.4 I disagree, because these attributes aren't private. (I count attributes as non-private if they are accessed directly from anywhere outside the class, including tests.) The patch looks fine to me in this respect; I had originally planned to add a method to set parameters, but I think it's not needed.