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
Uncle Bob makes reference in his Clean Code video series that if Java had nested functions, that he would use them. Instead, he demonstrates grouping them and indenting functions in an hierarchical fashion.
C# 7.0 has nested functions. :)
I tried to use the new feature (thinking I could collate all my single-use functions into the function that requires it). Unfortunately, I was met with the warning that I had too many lines of code in the method.
I understand that this is highly likely to be a "new feature" than a bug... but I am sure there are others who would find this feature of great benefit.
Thank you for the consideration of this feature request.
The text was updated successfully, but these errors were encountered:
Uncle Bob makes reference in his Clean Code video series that if Java had nested functions, that he would use them. Instead, he demonstrates grouping them and indenting functions in an hierarchical fashion.
C# 7.0 has nested functions. :)
I tried to use the new feature (thinking I could collate all my single-use functions into the function that requires it). Unfortunately, I was met with the warning that I had too many lines of code in the method.
I understand that this is highly likely to be a "new feature" than a bug... but I am sure there are others who would find this feature of great benefit.
Thank you for the consideration of this feature request.
The text was updated successfully, but these errors were encountered: