jrgp/linfo

Missing Defaults Values $settings for \linfo\linfo

Opened this issue · 2 comments

KTP95 commented

$linfo = new \Linfo\Linfo; --> create problem without $setting vars,

Maybe possible do a defaults values and hard-include it in the class...

jrgp commented

That would be a good idea. Feel free to make a PR.

I'm not 100% sure about it - what would be enabled/disabled by default?
I think that this package handles sensitive data and cause of this the user should be 100% aware of what this package does on his machine.
So yes: it will help the lazy dev to use it - but it has also the risk that this package does things that the dev doesn't want it to do.

So just want to open a critical discussion, about pro-con, before doing this PR.