10
votes
Accepted
Should I be unit testing during prototyping/preparing for beta?
I've worked on projects with no testing, development driven testing and actual red-green-refactor TDD, and what you describe is something I might have written before trying actual TDD.
I’ve rapidly ...
3
votes
Should I be unit testing during prototyping/preparing for beta?
Testing early is important – but not everything has to be tested, and a lot of code is not served well by TDD-style unit tests.
For a prototype, it's completely fine to temporarily ignore best ...
2
votes
Accepted
Justifications for developing applications that work on beta versions of iOS?
Beta releases are by definition "works in progress". Until the vendor (Apple in this case) formally releases the software, there are no guarantees as to what will be in the final release (a feature ...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
beta × 15testing × 6
versioning × 3
development-process × 2
ios × 2
java × 1
unit-testing × 1
.net × 1
web-applications × 1
asp.net × 1
language-agnostic × 1
mobile × 1
source-code × 1
visual-studio × 1
branching × 1
release-management × 1
project × 1
qa × 1
continuous-delivery × 1
sdlc × 1
release × 1
prototyping × 1
apple × 1
changes × 1
firefox × 1