defdelegate foo/4, ...defdelegate foo(a, b, c, d), ...--
You received this message because you are subscribed to the Google Groups "elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elixir-lang-co...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/c20cb87e-f248-46d7-8652-51e206826d12%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
My personal opinion is that, given that the new proposal has loss of lexical information, as mentioned by Rich, it doesn't justify adding another API to defdelegate. The current API was made explicit on purpose.
On Thu, Apr 4, 2019 at 6:33 PM Mário Guimarães <mario.lui...@gmail.com> wrote:
--It will not reduce the amount of information, which can be found on the target module.But I understand your point, and that's why I propose the more succinct idiom has an addition to the current idioms.
quinta-feira, 4 de Abril de 2019 às 17:26:44 UTC+1, Rich Morin escreveu:Although your proposed syntax is more succinct, I worry that
it would reduce the amount of information available to the
reader. If the developer has chosen expressive function and
parameter names, the reader can get idea of the API without
needing to look further.
-r
You received this message because you are subscribed to the Google Groups "elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elixir-l...@googlegroups.com.