You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yep, I've read them. Actually, except the compilation optimization we can get, I also think it'll help us on code's readability. I think at this point our codebase is lack of documentation, naming return values should help that.
And I know there's a potential risk about shadowing variables, but I think it can be avoid if we use proper IDE or editors.
According to this article, we can get smaller and more efficient binary code generated if we name function's return values.
So I think it'll be great for Goby if we can all do this in the future and refactoring the existing code. @hachi8833 @saveriomiroddi
The text was updated successfully, but these errors were encountered: