JohnCardinal / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

API consistency (lack thereof) #85

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Crunchy plugins have the following general API:

tag_handlers(tag, attribute, value, callback)
http_handlers(value, callback)
services(callback, value)

For consistency, it would make more sense for the last one to be
services(value, callback)

Original issue reported on code.google.com by andre.ro...@gmail.com on 6 Jan 2008 at 6:26

GoogleCodeExporter commented 9 years ago
Fixed - revision 550.

Original comment by andre.ro...@gmail.com on 6 Jan 2008 at 7:09