Chromeos-apk – Run Android APKs on Chrome OS, OS X, Linux and Windows
91–97 of 97 posts
Re: Chromeos-apk – Run Android APKs on Chrome OS, OS X, Linux and Windows
#92Re: Chromeos-apk – Run Android APKs on Chrome OS, OS X, Linux and Windows
#93Earlier quoted context omitted.
I experience the same thing with devs and 'done' all the time. "It's done ; it just has some bugs that need fixing." To be fair, I've said this sentence myself in earnest several times.
OTOH, software that has no bugs in need of fixing is usually not a realistic goal. You can say it will probably never be done, or you update your definition of "done" to "it has no bugs stopping a release". Personally I prefer the latter.
Often there are tons of TODO comments left in the code (including TODO comment this class), unit tests are non-existent, a simple smoke test will cause a null pointer exception or not even deploy, or they committed schema migration SQL scripts but did not change the entities/data objects corresponding to those tables so the - now mandatory - new columns cannot even be FILLED by the app.
Stuff like that, that isn't DONE, it's deserving a punch in the face. OTOH, it may be symptomatic of our don't-blame culture that the consulting firm in question isn't fired on the spot or the much needed punch in the face isn't delivered. Those are days I wish we had US-American at-will employment and hire/fire culture.
Re: Chromeos-apk – Run Android APKs on Chrome OS, OS X, Linux and Windows
#94I will absolutely go nuts if this thing manages to run OneNote on my Debian desktop.
Re: Chromeos-apk – Run Android APKs on Chrome OS, OS X, Linux and Windows
#95Earlier quoted context omitted.
I experience the same thing with devs and 'done' all the time. "It's done ; it just has some bugs that need fixing." To be fair, I've said this sentence myself in earnest several times.
OTOH, software that has no bugs in need of fixing is usually not a realistic goal. You can say it will probably never be done, or you update your definition of "done" to "it has no bugs stopping a release". Personally I prefer the latter.
It's not malicious. You could argue it's negligent, but I would only agree with that assessment if the Dev in question doesn't include the "it just has some bugs that need fixing" bit and is attempting to see what he/she can squeak by QA because he/she doesn't want to work on that thing anymore.
Otherwise it just reflects the difference in focus between writing code and building a product.
Re: Chromeos-apk – Run Android APKs on Chrome OS, OS X, Linux and Windows
#96[1] http://commondatastorage.googleapis.com/chromium-browser-con...
Re: Chromeos-apk – Run Android APKs on Chrome OS, OS X, Linux and Windows
#97Earlier quoted context omitted.
If Chromebooks can't be used to develop Android apps, then Google developers aren't using Chromebooks. Eating your own dogfood is important.
Developing Android apps isn't an intended use case of the Chromebook. As such, Chrome OS devs can still "eat their own dogfood" without developing Android apps on a Chromebook. I work for a navigation company. We deploy navigation software on 3rd party, purpose built hardware following model analagous to Chrome OS and the "Chromebook" moniker. Even though I use our devices in my car, would you say that I'm not "eatin…