ruslanosipov / space

ASCII space exploration simulator
GNU General Public License v2.0
3 stars 1 forks source link

Property versus getters and setters #47

Closed ruslanosipov closed 10 years ago

ruslanosipov commented 11 years ago

Probably using python's @property decorator instead of getters and setters will be more pythonic.