While in general one should avoid returning big structs for performance
reasons, it's no big problem for small structs and it can lead to more
readable code.
Having this check on for everything seems to be too strict - if someone
is returning big structs like crazy, someone will probably notice during
the review. Otherwise it's no problem.
https://github.com/geany/geany-plugins/pull/529
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.