Dexels / navajo

Navajo Service-oriented Applications
GNU Affero General Public License v3.0
9 stars 5 forks source link

Add option to use public fields in adapter without setters or getters #609

Closed aschoneveld closed 2 years ago

aschoneveld commented 2 years ago

It should be possible to use public fields in adapters without having to specify a 'setter' or a 'getter' for the 'adapter'

kharybdys commented 2 years ago

I actually don't agree that this should be possible. Directly accessing public fields on a class is in general considered bad practice right?

aschoneveld commented 2 years ago

@marte: agree.