Adopt a pattern for get/set things
diegohaz opened this issue · 0 comments
diegohaz commented
If we are going to use param.value()
to get value and param.value('bar')
to set value, it makes more sense to change schema.get('foo')
and schema.set('foo', 'bar')
to schema.param('foo')
and schema.param('foo', 'bar')
.