There were a couple of blogs with titles like "getters/setters considered harmful for python/php". The authors were proposing to access the member variables directly, unless one wants to add some logic like validation. That, of couse, breaks encapsulation. Any comments?