Stuck due to “knowing too much”
11–20 of 110 posts
Re: Stuck due to “knowing too much”
#12The moderation on programmers.stackexchange.com is completely overbearing. How can a question about analysis paralysis be closed for off-topic? If stackoverflow is for technical question/answer, what is the point the linked stackexchange if not for discussion of a common programmer problem like this? I see stuff like this closed all time time and it's really annoying.
Agreed. If any StackExchange people read this please do something about this. It's a great site that fills a necessary niche but the moderation is killing it!
Sounds like a key indicator that S-O is ripe for displacement...
Re: Stuck due to “knowing too much”
#13The moderation on programmers.stackexchange.com is completely overbearing. How can a question about analysis paralysis be closed for off-topic? If stackoverflow is for technical question/answer, what is the point the linked stackexchange if not for discussion of a common programmer problem like this? I see stuff like this closed all time time and it's really annoying.
Also, I don't get the idea of "protected questions" - the ones marked by:
"This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site."
What does this even mean? Is the assumption that a new user will always say "thanks!" / "me too", while older user won't, in any way correct? Do statistics suggest something like that? It always struck me as offensive to new users.Re: Stuck due to “knowing too much”
#14this is easier said than done, but the key to avoiding analysis paralysis is to worry about building the right abstractions and only that. if the software is abstracted well -- ie it correctly represents the underlying problem at an adequate resolution -- then it becomes easy to say YAGNI in the short run with the confidence that refactoring or adding functionality will be straight forward later.
Analysis Paralysis is inevitable as long as you want to write the RIGHT thing.
As soon as you accept "good enough, we'll upgrade later if necessary", you start moving towards the right thing.
Anything that says perfect, adequate, right, correct, etc. is wrong and leads to the dark side.
Re: Stuck due to “knowing too much”
#15I submitted it because it's exactly how I feel lately, and would like to know what others think about it. My current (personal/academic) project involves Node.js, (Iced)CoffeeScript, MongoDB (with Mangoose), PhantomJS, Mocha, Neo4j, Nutch, Solr, Hadoop and Mahout. All of them are new technologies and are changing rapidly and daily, and I find new stuff every day that forces me to change my APIs and the way I do thing…
I suffer from the same trouble on occasions. I primarily deal with the Microsoft ecosystem which is volatile and fragmented at the best of times. I would kill to do something in good old java/mysql. A lot of the new ideas and principles are a mess. Don't get too absorbed - just use what lets you get the job done quickly and efficiently. a lot of it is just noise. I tend to find that a complete break from everything f…
Re: Stuck due to “knowing too much”
#161. Make it work.
2. Make it good (visually or otherwise).
3. Make it fast.
Re: Stuck due to “knowing too much”
#17The moderation on programmers.stackexchange.com is completely overbearing. How can a question about analysis paralysis be closed for off-topic? If stackoverflow is for technical question/answer, what is the point the linked stackexchange if not for discussion of a common programmer problem like this? I see stuff like this closed all time time and it's really annoying.
Re: Stuck due to “knowing too much”
#18Very sad that the moderators are closing such interesting questions, because they do not conform to their opinion of what should go on the site, even though the topic is obviously hugely popular and appealing to a lot of users.
Re: Stuck due to “knowing too much”
#19I also found myself getting stuck and over-engineering. Now, I try to take a phased approach to development: 1. Make it work. 2. Make it good (visually or otherwise). 3. Make it fast.
Re: Stuck due to “knowing too much”
#20The moderation on programmers.stackexchange.com is completely overbearing. How can a question about analysis paralysis be closed for off-topic? If stackoverflow is for technical question/answer, what is the point the linked stackexchange if not for discussion of a common programmer problem like this? I see stuff like this closed all time time and it's really annoying.