jpcody + oop   2

​U​s​i​n​g​ ​O​b​j​e​c​t​s​ ​t​o​ ​O​r​g​a​n​i​z​e​ ​Y​o​u​r​ ​C​o​d​e​ ​-​ ​r​m​u​r​p​h​e​y
When you move beyond simple snippets of jQuery and start developing more complex user interactions, your code can quickly become unwieldy and difficult to debug. This article shows you how to start thinking about these interactions in terms of the bits of behavior the feature comprises, using the object literal pattern.
javascript  oop  rmurphey 
september 2010 by jpcody
Object-Oriented PHP for Beginners | Nettuts+
At this point, you should feel comfortable with the object-oriented programming style. Learning OOP is a great way to take your programming to that next level. When implemented properly, OOP will help you produce easy-to-read, easy-to-maintain, portable code that will save you (and the developers who work with you) hours of extra work. Are you stuck on something that wasn’t covered in this article? Are you already using OOP and have some tips for beginners? Share them in the comments!
php  oop 
july 2010 by jpcody

Copy this bookmark:



description:


tags: