I was comparing how different Turbogears was compared to Webware for
python. kwargs came up as a big difference.

What is your take on kwargs, do you like them?

turbogears.scheduler.add_interval_task(action=do_something,
taskname='do_something', initialdelay=0, interval=10)

vs.

scheduler.addPeriodicAction(time(), 5, PageGenerator('static.html'),
'PageGenerator')

Is webware going to stay with current syntax or make changes? If there are
changes, then the change must be global tot he project. What are, if any,
the standards on using kwargs in webware?


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to