Is there such a concept as "pseudo implementation" in software development?

Posted by MachuPichu on Programmers See other posts from Programmers or by MachuPichu
Published on 2012-11-15T01:06:02Z Indexed on 2012/11/15 5:09 UTC
Read the original article Hit count: 143

I'm looking for a label to describe the practice of using human-based computation methods or other means of "faking" an algorithm for the sake of getting a product or demo off the ground quickly without spending the time to develop an technical/scalable/analytical solution? Eg: using Amazon Turk to count the number of empty tables in a restaurant.

I'm also looking to learn more about this subject, but not sure what to search for. Human-based computation is only one method, I'm interested in the general idea of pseudo-implementation. Any ideas, recommended reading?

Thanks

© Programmers or respective owner

Related posts about design

Related posts about programming-practices