3 questions you should ask when starting something new.
Posted: Fri Mar 28, 2008 6:09 am
Here's a little puzzle. What would you say are the 3 most fundamentally important questions to ask yourself (or your team) when you're starting something new? What questions are you going to ask in order to be able to build the best application you can? These should probably be broad, far-reaching 'brainstorming' type questions I imagine, unless you think otherwise I suppose.
My top 3 would probably be:
1. First, and a long way in front, has to be "What does this application need to do?". Without knowing the requirements you've got nothing to work from.
2. Second, and most important from a QA point of view, "How am I going to test this thing works?". If you figure out how you're going test it before you've committed a single line of code you're a lot more likely to write an app that works well. It's the fundamental point behind Test Driven Development.
3. Third, and most important from a business perspective, "Have I written something like this before?". If you waste your time writing the same apps over and over you're wasting time, and thus wasting money. Can you take an existing application and modify it to meet the requirements and tests you've set out?
That's my take on things though. Could I be asking myself something else that's going to make my code even better?
My top 3 would probably be:
1. First, and a long way in front, has to be "What does this application need to do?". Without knowing the requirements you've got nothing to work from.
2. Second, and most important from a QA point of view, "How am I going to test this thing works?". If you figure out how you're going test it before you've committed a single line of code you're a lot more likely to write an app that works well. It's the fundamental point behind Test Driven Development.
3. Third, and most important from a business perspective, "Have I written something like this before?". If you waste your time writing the same apps over and over you're wasting time, and thus wasting money. Can you take an existing application and modify it to meet the requirements and tests you've set out?
That's my take on things though. Could I be asking myself something else that's going to make my code even better?