News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
PHPImpact Blog:
No need for set/get methods in Python
August 18, 2008 @ 12:06:37

Federico compares two languages in this new post to the PHP::Impact blog today - PHP and Python - in their need for "getters" and "setters".

Python code doesn't typically use the get and set methods so common in PHP. Normally, when writing PHP code, you carefully protect your instance variables by making them private, so callers can only interact with them via getter and setter methods. [...] Python's solution to this problem is more readable, it has a construct called a "property".

He compares two blocks of code that do the same thing - set properties on the object with the PHP side doing a bit more error checking (seemingly) than the Python side. They both apply a title property to a book object.

0 comments voice your opinion now!
python compare getter setter example



Similar Posts

DevShed: Utilizing Private Methods with PHP 5 and Member Visibility

PHPF1.com: PHP Form Tutorial

Evolt.org: AJAX Login System using XMLHttpRequest

DevShed: Working with Template Classes in PHP 5

Sean Coates' Blog: PHP Pie?


Community Events









Don't see your event here?
Let us know!


application zend zendframework example cakephp ajax framework mysql PHP5 book developer package release security releases job conference PEAR database code

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework