Structure vs. programming

Posted by ChristopherW on Programmers See other posts from Programmers or by ChristopherW
Published on 2013-04-21T11:26:16Z Indexed on 2014/05/27 15:59 UTC
Read the original article Hit count: 234

Is it bad that I often find myself spending more time on program structure than actually writing code inside methods? Is this common?

I feel I spend more time laying the foundation than actually building the house (metaphorically). While I understand that without a good foundation the house will cave in, but does it legitimately need to take half of the project to finalize code structure?

I understand design patterns, and I know where to go if I need help on choosing one, but often I find myself doubting my own choices.

© Programmers or respective owner

Related posts about programming-practices

Related posts about project-structure