e offering may not impact the decision for DotNet shops mulling their cloud stategy or even some Java/MySQL shops thinking about Amazon RDS, however for enterprises having already invested in other force.com offerings this could be a very important piece in the cloud strategy jigsaw. One which would address a key cloud DB issue of "Latency" for them at least it will help having the DB in the neighborhood.
- Adron
I'd check out some Six Sigma type material also, and additionally - even though it does have some direct conflicts with Scrum but check out Lean Practices.
- Adron
Thank you so much Adron, I will certainly pass that on.
- dougcoleman
Thank you so much, I will certainly pass that on. Cheers, Doug
- dougcoleman
from email
On the tail of my recent additions to the data generator app I?ve been building I fell right into a need for the middle name to be generated along with standard names. Here?s how I went about fixing this situation up with a sling at TDD & such. The first thing I did was a quick refactor, to change the previous FullName class I had been using in my previous Part 1, Part 2, and Part 3 examples to FirstLastAmericanName. Next I added the first test for the new class I?ll create right afterward. The test looked like this.
- Adron