Hired developer insists on doing things the wrong way
Posted
by
Tariq- iPHONE Programmer
on Programmers
See other posts from Programmers
or by Tariq- iPHONE Programmer
Published on 2011-01-07T08:37:26Z
Indexed on
2011/01/08
11:58 UTC
Read the original article
Hit count: 309
Hello,
i am working with Social Networking iphone app which require remote data connection. So i hired a php developer in order to provide me RESTful services.
But when i start working with him, he arguing me that he will not make stored procedures and web services. Instead of he suggested me to pass query as a parameter.
Suppose If I have to call Search service, he told me to send POST request with 3 parameters: Query="select * from users", username=abd and password = 123
And i thing there is no such architecture in order to use remote data. Then he is saying it is possible through socket programming. And I am 100% sure this is not an appropriate way to access remote data. This is simply illogical. Thousands of iphone application using REST/SOAP services to make remote data connection
He just declined me to provide RESTful services.
Please its my heartily advice to all developers that post your own views over here. So that I can show to that developers that these are the views from all developers worldwide.
© Programmers or respective owner