keyword continue for methods to make code more clean #7798
Replies: 2 comments 14 replies
-
See: #1413 |
Beta Was this translation helpful? Give feedback.
-
I think you want a complicated operation broken up into multiple methods, while sharing the state of the overall operation between these methods. I doubt this has much to do with inlining or performance per se. PS. There are also |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
edit : i understand this will been really bad design (edited)
what about make it like normal method and only when return in it like return in original method
sorry for bad english
Beta Was this translation helpful? Give feedback.
All reactions