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'.

Look up Offsite Link "object-oriented", Offsite Link "development" at The Free Dictionary

Latest blogosphere posts tagged “object oriented development”

  • Five (Good) Lessons The Government Teaches Us About Object-Oriented Programming


    BrandonSavage.netAuthority Authority: 415
    As Benjamin Franklin once famously said, “the only two things that are certain in life are death and taxes.” His point, while political, has a good perspective on one of life’s ever-persistent truths: the fact that governments exist in every country, and, largely, they have some of the same benefits and ...
    5 days ago
  • Exceptional PHP: Nesting Exceptions In PHP


    BrandonSavage.netAuthority Authority: 415
    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 weeks ago
  • Exceptional PHP: Extending The Base Exception Class


    BrandonSavage.netAuthority Authority: 415
    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 ...
    3 weeks ago
  • Exceptional PHP: Introduction to Exceptions


    BrandonSavage.netAuthority Authority: 415
    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, ...
    4 weeks ago
  • Brandon Savages Blog: Q&A: Answering Some Questions About Objec...


    Computer & Internet - computer-internet.marc8.comAuthority Authority: 169
    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 more
    5 weeks ago
  • Q&A: Answering Some Questions About Object-Oriented Programming


    BrandonSavage.netAuthority Authority: 415
    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 ...
    5 weeks ago

Comments about object oriented development

Personal attacks are NOT allowed
Please read our comment policy