
13 Mar
2009
13 Mar
'09
6:37 a.m.
Thomas Hartman wrote:
http://blog.patch-tag.com/2009/03/09/implicitparams-are-evil-thoughts-on-ada...
I understand there are arguments for using IPs, but after this experience, the ImplicitParams extension is a "code smell" for me.
It's not just you. Implicit parameters are a scourge on the language. I think there are also some subtle annoyances with how they make apparently 'safe' program rearrangements unsafe, by pushing around "let ?foo = bar in ..." bindings.