PhoneGap – Create New Project

I have just started with PhoneGap. First impressions are overly positive, though I see one subtle detail worth improving – the create script. Documentation (Android) suggests to invoke the script from within the installation directory. It can obviously be called using the absolute path from any location, but either way I Read more…

On Branching

Branching is a common practice in code versioning. To my experience, a branch is usually seen as a playground for experiments with brand new features. As far as I can tell, branches have typically been used as a natural shield against tight deadlines. Let’s branch out, see how it goes Read more…