Hmm. I find that AppCFG.py handles the number of lines of code I can generally change in a pass in a few seconds. It doesn't upload the whole app.
Granted if I was tweaking the HTML or CSS I could see that 8 seconds to do an update might slow me down, or that Caching might be annoying. Typically I do that kind of work from the static output of the app. Save the CSS and output HTML locally tweak, tweak, tweak, Upload. Not saying your work flow isn't right. Just interesting, because I've been so paranoid about small differences in the SDK vs GAE that I have forced my Guys to work in the cloud. (plus then I can suck down their code every so often to see if they are doing dumb things) -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Barry Hunter Sent: Sunday, December 04, 2011 1:32 PM To: [email protected] Subject: Re: [google-appengine] The #1 Appengine Programmer Excuse for Legitimately Slacking Off Refreshing a page to see how a change worked, is still quicker than waiting for a deployment. Sadly not all of us can just create a large block and have it work. Need interactive development. The SDK is used for development, not just running test harnesses. On Sun, Dec 4, 2011 at 9:23 PM, Brandon Wirtz <[email protected]> wrote: > I’ll Bite. > > > > Why do people run on the SDK? Everyone complains it is slow. The time > it takes to set it up, and the slowness which it runs test passes > can’t possibly be cheaper than running on a test App on GAE. > > > > I thought the SDK was just something that was invented so you could > tell your boss… “If Google ever kills GAE they’ll give 180 days notice > and we could run on the SDK for another 180 days, plenty of time to > port the code to Azure” > > > > -Brandon > > > > > > From: [email protected] > [mailto:[email protected]] On Behalf Of Kaan Soral > Sent: Sunday, December 04, 2011 11:21 AM > To: [email protected] > Subject: [google-appengine] The #1 Appengine Programmer Excuse for > Legitimately Slacking Off > > > > "My request is running on the SDK" > > http://xkcd.com/303/ > > In 30 seconds I can probably go downstairs, get a tea and return back > to see the results =) > > -- > You received this message because you are subscribed to the Google > Groups "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/sNIfQ0eHw3AJ. > 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/google-appengine?hl=en. > > -- > You received this message because you are subscribed to the Google > Groups "Google App Engine" 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/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
