Out of curiosity...what happens when we call a method that returns some value but we don\'t handle/use it? And we also expect that sometimes this returned value could be rea
If your function do some changes to other objects (for exemple a DB), I think it's okay to not handle the returned object if you don't need it.