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
--
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 google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
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.
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)
Surely the job for a proper version control system :)
Programmer is fighting through Code but where they have to get the fox the
hen and a bag of corn across the river.
They tell me they can't figure it out. I download their code and I see that
they are putting a scorpion on the fox and having him swim across on his
own.
-Brandon
-----Original Message-----
From: google-a...@googlegroups.com
[mailto:google-a...@googlegroups.com] On Behalf Of Barry Hunter
Sent: Sunday, December 04, 2011 1:42 PM
To: google-a...@googlegroups.com
Subject: Re: [google-appengine] The #1 Appengine Programmer Excuse for
Legitimately Slacking Off
--