Re: [elixir-core:7347] Automatic inspect interpolation

2017-07-30 Thread Ben Wilson
Agreed. Inspect can leak sensitive information easily, and I think it's important to annotate that a structure will be using its debug representation in a string. On Sunday, July 30, 2017 at 3:31:57 AM UTC-4, José Valim wrote: > > I personally prefer the clearer approach of calling "inspect"

Re: [elixir-core:7345] Automatic inspect interpolation

2017-07-30 Thread José Valim
I personally prefer the clearer approach of calling "inspect" instead of an operator. *José Valim* www.plataformatec.com.br Skype: jv.ptec Founder and Director of R On Sun, Jul 30, 2017 at 1:17 AM, niahoo osef wrote: > Hey, > > I would like to know what you would