Changes between Version 13 and Version 14 of XML-RPC
- Timestamp:
- Apr 7, 2007, 3:45:41 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XML-RPC
v13 v14 111 111 }}} 112 112 113 Based on experience, I do recommend that you use Dictionaries for your args rather than long args, but I think that's personal preference (It allows named arguments and eliminates 'out of order' argument issues).113 Based on experience, I do recommend that you use Dictionaries for your args rather than long args, but I think that's personal preference (It allows named arguments, eliminates 'out of order' argument issues and it makes the code more self-documenting). 114 114 115 115 Have fun!