Extensibility vs... ?
- Posted by "C. K. Lester" <euphoric at cklester.com> Oct 16, 2003
- 543 views
I'm creating a program and want to allow some easy extensibility in the future... Please let me know your opinion on the matter: I like the idea of result = MyFuncs( { "FunctionName" , { Parameters } } ) and the brevity (read: "less typing" or "fewer keystrokes") of result = FunctionName( Parameters ) but the former is more extensible/flexible. Does anybody have a problem with the MyFuncs() method? A preference for one or the other?