News Feed
Jobs Feed
Sections




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.

1 comment voice your opinion now!
python compare getter setter example


blog comments powered by Disqus

Similar Posts

PHPMaster.com: Working with Files in PHP

Setfive.com: PHP: Some thoughts on using array_* with closures

Cormac' PHP Blog: Practical example php implementation of the Observer pattern

Zend Developer Zone: SOLID OO Principles

Saltwater.eu: PHP Cloud Management: Orchestra vs. PHP Fog


Community Events











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


zendframework2 development phpunit database series introduction opinion code unittest tool functional framework testing podcast community example interview release language conference

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