Hi all,
It seems that a great way to build an app might be to identify all the horizontal / domain-independent pieces that don't already exist in the form of gems, plugins or engines, and commission an outsourcing firm to build those pieces in complete isolation from the rest of the code base.
So let's assume a plugin is a great way.
What do you think are the best acceptance criteria? Are there automated tools available to review code such as rails lint? rcov for test code coverage (what's reasonable? 90% or 95%?).
thanks for any thoughts!