<@U0ZFBBUBU> we can have complex code inside a `ge...
# announcements
p
@groostav we can have complex code inside a
get { }
. I'm wondering if there is a difference in performance, and method count, comparing to just declaring a method. I prefer reading
if (androidIsRecent)
rather then
if (androidIsRecent())
.. I find it more aesthetically pleasing. So if there is not meaning different I supposed it is up to the programmers preference