google-photos icon indicating copy to clipboard operation
google-photos copied to clipboard

Use variables rather than functions to set data

Open Richienb opened this issue 4 years ago • 0 comments

Instead of foo.setBar(1) should we replace them with calling the variables directly? Example: foo.bar = 1

This would allow the consumer to also query for the value instead of only being able to set it.

Richienb avatar Jun 28 '20 06:06 Richienb