CIP-RIU / brapi

An R package to use the Breeding API (BrAPI) for accessing plant breeding data.
13 stars 7 forks source link

using return() at the end of a function or not? #5

Closed mverouden closed 7 years ago

mverouden commented 7 years ago

I still believe for readability it is better.

Here is a discussion: http://stackoverflow.com/questions/11738823/explicitly-calling-return-in-a-function-or-not

Let's both read it and decide our standard. I'll be in touch.

Today I have done some code repairs and made the object coming from brapi_db() the same as from connect(). Apart from that I did some styling. I must say, you have done great work !!

Regards,

Maikel

c5sire commented 7 years ago

Appreciated.

Regarding use of return: lots of references; let's skype this week.