Re: [Tutor] Flat is better than Nested

2011-09-09 Thread Mac Ryan
On Thu, 8 Sep 2011 21:39:47 -0500 "Ryan Strunk" wrote: > By the time I write this all into a file, the end user will never > even know this crazy hierarchy exists, but I will, and I don't like > it. Do I just need to get over it and realize that sometimes nested > is necessary, or is there a bett

Re: [Tutor] Flat is better than Nested

2011-09-08 Thread Steven D'Aprano
Ryan Strunk wrote: Hello everyone, I am still learning to program by writing this boxing game. I'm running into a problem with how to organize data. My current setup looks something like this: """This feels incredibly disgusting to me.""" You might find it a little less disgusting with the app