DEV Community

Jeffrey E. Uvero
Jeffrey E. Uvero

Posted on

Steps in software development you need to do before coding phase?

Top comments (3)

Collapse
 
dmfay profile image
Dian Fay

A working prototype is worth a dozen design docs. Prove your idea out, then formalize and refine it.

Collapse
 
mraza007 profile image
Muhammad

I wonder if you can go into more detail

Collapse
 
dmfay profile image
Dian Fay

Not really, there isn't much more to it. Build something that gets the core of your idea across, then figure out what you need to do to make it complete. But that's just a different way of wording what I already said.