abhilekhsingh / gc3pie

Automatically exported from code.google.com/p/gc3pie
0 stars 0 forks source link

EC2 sub-resources list should be renamed #409

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For code clarity: the EC2 backend should rename the list of
sub-resources to `self.subresources` or something similar.  Likewise
`for`-loops should use variable naming along the lines of `for
subresource in self.subresources`.

Otherwise, one never knows at first sight whether a variable named
`res` or `resource` refers to a sub-resource or to the `Ec2Lrms`
instance itself, or to...?

Original issue reported on code.google.com by riccardo.murri@gmail.com on 26 Jul 2013 at 10:31

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r3773.

Original comment by antonio....@gmail.com on 28 Nov 2013 at 2:31