object oriented development
Tag details
Welcome to the 'object-oriented development' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'object-oriented development'.
Latest blogosphere posts tagged “object oriented development”
-
Exceptional PHP: Nesting Exceptions In PHP
BrandonSavage.net —
Authority: 462
In the last two entries we have talked about the concept of layer abstraction : that is, that exceptions should not be allowed to pass out of one layer and into another. So, when an exception is raised in the database layer it should be caught in the controller. But how do we go about making sure that exceptions ...3 days ago -
Exceptional PHP: Extending The Base Exception Class
BrandonSavage.net —
Authority: 462
On Monday, we talked about the basics of exceptions and how they are used in PHP (as well as in other object-oriented programming languages). As promised, today we are going to talk about extending the base exception class in PHP. One of the things that you can (and should) do with PHP exceptions is extend them ...4 days ago -
Exceptional PHP: Introduction to Exceptions
BrandonSavage.net —
Authority: 462
A great feature of PHP is the ability to throw and catch exceptions . This feature was introduced in PHP 5, and has been around for years in other languages like Python. Exceptions make it easy to interrupt program flow in the event that something goes wrong. They allow you to customize how a program handles errors, ...6 days ago -
Brandon Savages Blog: Q&A: Answering Some Questions About Objec...
Computer & Internet - computer-internet.marc8.com —
Authority: 163
Brandon Savage has posted the answers to some questions that were raised by a previous post of his on object-oriented development and some best practices. In this new post, he answers the questions: read more2 weeks ago -
Q&A: Answering Some Questions About Object-Oriented Programming
BrandonSavage.net —
Authority: 462
Last week I wrote about five tips to improve object-oriented code. This generated a number of important questions, which I will attempt to answer for those who asked them. “Often times when a developer gives each object only one responsibility, they tightly couple objects together.” Can you explain? There are ...2 weeks ago -
Big Nerd Ranch offers Cocoa II Bootcamp in Germany in November
Linux/Unix News - motd.ambians.com —
Authority: 460
Big Nerd Ranch is offering a new Cocoa II Bootcamp in Germany on Nov. 9-13. Taught by Cocoa instructor, Aaron Hillegass, it provides a look at Apples object-oriented development environment.6 weeks ago
Comments about object oriented development
Personal attacks are NOT allowedPlease read our comment policy