Re: [pygame] Initializing and Reinitializing Instance variables

2019-05-26 Thread Irv Kalb
You are absolutely correct that this is about OOP design. And I did consider which list to post this question to. But as the question deals with practices that relate to implementing Pygame games, I thought that members of this list would have the exact experience and background needed to answ

Re: [pygame] Initializing and Reinitializing Instance variables

2019-05-26 Thread Pascal Schuppli
I don't mean to sound like a list police officer, but your question isn't really specific to pygame, it's about OOP design and small-scale design decisions. IMO, you should be posting it on a site like https://cseducators.stackexchange.com/ instead. On 26.05.19 07:00, Irv Kalb wrote: Thanks f