Tertius Posted February 22, 2009 Share Posted February 22, 2009 as the topics, I am seeking the topics ,articles for improving programming skill, kind of problem solving skill, pattern of thinking during brainstorming some project how to make something , like my boss told me to make something , from zero to complete, for example, a pager, there are tons of tutorial in net teach you how to do this, for sure I can follow one of these and copy ,paste the code, change a little bit, but i want to learn from their programming ,logic, problem solving, pattern of thinking, how do they put all the thought about a pager together, and made a pager, because during the time you brainstorm, like there are too much elements for a pager, like you can make it flexable enough to handle url rewritten with url_rewrite. or can you guys tell me how do you guys think, and plan? I know pesuoduocode, flow chart. or can anyone post up some articles, links about this topic?? just now, when I am typing this, a thought comes to me, for e.g. first, make the pager just have simpliest functionality, and then, add functions, flexibility. like version 1.00 to version 2.00 like this. may anyone give me some advices, also, i think a lot of people is like me ,searching for articles like this, to become very good in these skills. Quote Link to comment Share on other sites More sharing options...
dbo Posted February 22, 2009 Share Posted February 22, 2009 You need to read about Systems Development Life Cycle (SDLC). There are many, but I'd start with waterfall. Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted February 23, 2009 Share Posted February 23, 2009 first, make the pager just have simpliest functionality, and then, add functions, flexibility. like version 1.00 to version 2.00 like this. That's sort of how the agile methodology works. In agile software development you work on relatively small iterations. Each iteration would theoretically be able to be shipped as a complete product, bar the fact that it might not yet have sufficient functionality to actually be useful yet. There are other things to agile than just that though. Quote Link to comment Share on other sites More sharing options...
stuffradio Posted February 24, 2009 Share Posted February 24, 2009 Right, if I get a bigger project, I always start with small things first and work to the ultimate end goal. It's less productive to work on everything at once Quote Link to comment Share on other sites More sharing options...
Tertius Posted March 11, 2009 Author Share Posted March 11, 2009 push... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.