Calling Out Hacker News
inky:
Developers think cloning a site like StackOverflow is easy for the same reason that open-source software remains such a horrible pain in the ass to use. When you put a developer in front of StackOverflow, they don’t really see StackOverflow. What they actually see is this:
create table QUESTION (...); create table RESPONSE (...);Via Shaun Inman.
This is why I love BDD, it makes you think about what you are making and why instead of how you are going to make it.