How do you take an idea to completed application or at least to V1?
Defining the users, DB schema, Defining high level classes, creating pages, or is every project a different approach?
1–6 of 6 posts
How do you take an idea to completed application or at least to V1?
Defining the users, DB schema, Defining high level classes, creating pages, or is every project a different approach?
I just open the text editor and start writing code. The amount of planning depends on how complex I think the project actually is.
If I want to test whether the project could turn into a sustainable business, I'll take a few days and create something minimal. This allows me to get the solution "out of my head" and ensure I actually want to work on it. In parallel, I'll start defining potential market segments and the problems the project could solve (C-P-S). This starts the process of customer development and trying to determine problem/solution fit. I'll then tailor the project based on actual metrics and user interviews.
So grab your vi/emacs/mate and start coding ;-)