Style Q: Instance variables defined outside of __init__

Chris Angelico rosuav at gmail.com
Tue Mar 20 13:45:50 EDT 2018


On Wed, Mar 21, 2018 at 4:18 AM, Neil Cerutti <neilc at norwich.edu> wrote:
> The Introduction to Computer Science class I'm taking divided
> program design into two categories: Top Down Design, and Object
> Oriented Design. It's good, because it reminded me of the wisdom
> of dividing memory into Random Access and Read Only.
>
> My automotive course will probaly divide cars into Automatic
> Transmission, and Front Wheel Drive.

Game reviews on Steam can be rated as Helpful, Unhelpful, or Funny,
thus giving a ternary division of similar quality.

ChrisA



More information about the Python-list mailing list