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

Alex Netkachov's Blog: Are setters evil?

Hasin Hayder's Blog: Getting started with orchid framework

Mark Brady's Blog: Closures in PHP 5.3

Jeff Moore's Blog: Let Your Properties be Properties

David Otton's Blog: Neat PHP Tricks: How To Assign References to Globals


Community Events







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


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

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