On Sat, Mar 6, 2010 at 11:59 PM, Luke Paireepinart <[email protected]> wrote: > On Sun, Mar 7, 2010 at 12:20 AM, Casey Duncan <[email protected]> > wrote: >> >> I'm probably dense, but I don't understand the "end user" reasoning. >> When I'm developing I'm running as the end user in nearly all cases, >> with the exception of unit tests, and I'm rarely unit testing code >> that loads resources, though even if I were I'd probably want to >> scaffold that sort of thing away anyhow, since it wouldn't be the >> point of the tests since its part of the library. >> >> I personally find that if I'm developing in a significantly different >> environment from what I expect the "end user" to use, it's pretty much >> guaranteed that it won't work in the end user environment at all. >> > The end user is not going to right-click you code, select "Edit with IDLE" > and then hit F5. They're going to double-click on the main file. This > already works fine. That's what they mean.
ahh, clicking, yes, I try to avoid that during development ;^) -Casey -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
