|
|
|
Ask HN: How do you decide on what to build/avoid decision paralysis?
|
|
24 points
by nonasktell
1337 days ago
|
|
I have a hundred ideas and a dozen half finished projects, I haven't shipped anything in so long. Whenever I start working on something I get new ideas that seems better, and I get distracted. Sometimes I'm also spending so much time trying to decide between multiple things to build that I end up doing nothing How do you manage? Do you have any advice? Over the past 3 years I launched maybe 2/3 very basic sites, I rarely complete anything actually complex and always jump to something new before I'm done |
|
It really made me think about it. For me it was spending hours thinking "what if someone looks at my code and I'm not using the absolute best-fit design pattern because I didn't know about it. What if I used the wrong package or project structure..."
After I told him this, he said to me "You build things for people to use... only other developers are going to sweat the details. At the end of the day, let's say you do come up with a project that gets wings... who is going to be cutting the check? People who use the product and only care if it fits THEIR needs or a room full of developers who have nothing to show for anything other than a lot of flame posts?"
At the same time as this conversation was occurring, I was reading Seneca's "On the Shortness of Life." Pretty much a whole dialogue about getting off your a@# and just doing something.
Finally, take what you learned doing partial project A and see if you can apply those lessons to partial project B... it just may be that a few projects can be refactored from lessons and insights gained from other projects.