Design pattern and best practices

Posted by insane-36 on Programmers See other posts from Programmers or by insane-36
Published on 2012-10-12T18:14:34Z Indexed on 2012/10/12 21:48 UTC
Read the original article Hit count: 295

I am an iphone developer. I am quite confident on developing iphone application with some minimal feature. I would consider myself as a fair application developer but the code I write is not so much structured. I make vey little use of MVC because I dont seem to find places to impose MVC. Most of the time, I create application with viewcontrollers and very few models only. How could I improve the skill for making my code more reusable, standard, easy and maintainable. I have seen few books on design patterns and tried few chapters myself but I dont seem to skip my habit. I know few of them but I am not being able to apply those patterns into my app.

What is the best way to learn the design patterns and coding habit. Any kind of suggestion is warmly welcomed.

© Programmers or respective owner

Related posts about object-oriented

Related posts about programming-practices