|
|
|
|
|
by crazygringo
419 days ago
|
|
How about every library that wants to preserve backwards compatibility? Or are you suggesting that e.g. every database module needs to implement a new set of query functions with new names that supports templates? Which is probably the correct thing to do, but boy is it going to be ugly... So now you'll have to remember never to use 'execute()' but always 'execute_t()' or something. |
|