Closed cg-cnu closed 8 years ago
@cg-cnu yeah one could do it like that, probably even makes more sense than assigning this directly because that's why the property is there in the first place (the example is a trivial one though so it doesn't matter there). Feel free to fix it an open A PR :smile:
In this link
shouldn't it be
self.length = length
instead ofself._length = length
in the class initialization?