Code Design Process?
        Posted  
        
            by user156814
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user156814
        
        
        
        Published on 2010-04-26T21:38:03Z
        Indexed on 
            2010/04/26
            22:03 UTC
        
        
        Read the original article
        Hit count: 336
        
I am going to be working on a project, a web application. I was reading 37signals getting real pamphlet online (http://gettingreal.37signals.com/), and I understand the recommended process to build the entire website. Brainstorm, sketch, HTML, code.
They touch on each process lightly, but they never really talk much about the coding process (all they say is to keep code lean). I've been reading about different ways to go about it (top to bottom, bottom to top) but I dont know much about each way. I even read somewhere that one should write tests for the code before they actually write the code??? WHAT?
What coding process should one follow when building an application.
if its necessary, I'm using PHP and a framework.
© Stack Overflow or respective owner