Sunday, April 26, 2015

Review: SD Times on 5 Habits of Highly Effective Enterprise App Developers

Fam,

I believe in these habits and am trying my best to make these as my habits.

5 Habits of Highly Effective Enterprise App Developers


  1. Don't settle for anything less than a native app experience.
  2. Reuse, reuse, reuse (your code).
  3. Develop with mobile-first in mind.
  4. Test early, and often.
  5. Don't work in a silo.

Big thanks to SDTimes for posting this.
http://sdtimes.com/guest-view-the-five-habits-of-highly-effective-enterprise-app-developers

I would add that for the "reuse" practice to also reuse other people's code especially when it just makes more sense. For instance, why create a library for XML parsing if one already exist and is used by the open source community? It just doesn't make sense to reinvent (recreate) code that already is used as a standard by the Developer community. Just don't "steal" code. If the code is not yours and not being shared by the creator and you use it, then that's stealing. >:( Don't do that.

I hope you're on the same path of practice and progression.

God bless,
G2