This is a rebuttal post to comments posted Private Methods Considered Harmful
I do not wholeheartedly believe that private methods are evil, or that they were mistakenly included in the PHP language by the core development team. Nor do I believe that there are only two true options when it comes to devising visibility requirements: public and protected. There is a place for private methods, in PHP development and elsewhere.
Tuesday, December 11th, 2012 @ 10:33 am |
Comment (3) |
Categories: Best Practices, Object-Oriented Development
Tags: protected, public, visibility, PHP, php programming, php best practice, OOP, object oriented programming, software, object oriented development, private
When I was a new PHP developer, I discovered that there’s a myriad of solutions, options, configurations and frameworks available. I thought, how does one sift through all the noise and get something done? How can anyone have a grasp of the best practices in PHP, and make sense out of all the options? Which extensions do we use, and how do we use them? What’s a best practice, anyway?
This is why I’ve decided to offer “Do This, Not That” for beginning and intermediate PHP developers looking to find a better grasp on precisely how to develop in PHP. This great series of highly focused e-books will offer tips, tricks and best practices focused on core areas of PHP development, including databases, security, filtering, regular expressions, configuration and more. Since it will be a series of tightly targeted solutions, developers will be able to pick all, some or just one of the offerings that solves their specific problem(s).
Monday, September 17th, 2012 @ 7:00 am |
Comments (0) |
Categories: Software Development, Best Practices, PHP 5
Tags: self improvement, database, personal development, beginner, professional development, book, software, PHP, ebook, development, programming, improvement, Best Practices, intermediate, education, Learning
July was a month of talks and travel, including speaking at OSCON and user group talks to DCPHP and PDXPHP.
For those who saw the “Micro Optimize This!” talk, you can download the slides here.
Wednesday, July 28th, 2010 @ 11:28 am |
Comment (4) |
Categories: Object-Oriented Development, Technology, Conferences, System Architecture, PHP 5
Tags: object oriented programming, object-oriented design, software, PHP, scalability, OOP, micro-optimization