Extensibility vs... ?

new topic     » topic index » view thread      » older message » newer message

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?

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu