I know how to program, and how to learn how to program, but how/where do you learn how to make systems properly?

Posted by Ryan on Programmers See other posts from Programmers or by Ryan
Published on 2011-03-16T00:52:54Z Indexed on 2011/03/16 8:18 UTC
Read the original article Hit count: 274

Filed under:
|
|

There are many things that need to be considered when making a system, let's take for example a web based system where users log in and interact with each other, creating and editing content. Now I have to think about security, validation (I don't even think I am 100% sure what that entails), "making sure users don't step on each others feet" (term for this?), preventing errors in many cases, making sure database data doesn't become problematic through unexpected... situations? All these things I don't know how or where to learn, is there a book on this kind of stuff? Like I said there seems to be a huge difference between writing code and actually writing the right code, know what I mean? I feel like my current programming work lacks much of what I have described and I can see the problems it causes later, and then the problems are much harder to solve because data exists and people are using it. So can anyone point me to books or resources or the proper subset of programming(?) for this type of learning?

PS: feel free to correct my tags, I don't know what I am talking about.

Edit: I assume some of the examples I wrote apply to other types of systems too, I just don't know any other good examples because I've been mostly involved in web work.

© Programmers or respective owner

Related posts about learning

Related posts about design