How do I deal with analysis paralysis?
Posted
by
Anne Nonimus
on Programmers
See other posts from Programmers
or by Anne Nonimus
Published on 2011-06-10T19:18:04Z
Indexed on
2011/11/20
18:24 UTC
Read the original article
Hit count: 439
self-improvement
|code-analysis
Very frequently, I am stuck when choosing the best design decision. Even for small details, such as function definitions, control flow, and variable names, I spend unusually long periods perusing the benefits and trade-offs of my choices.
I feel like I am losing a lot of efficiency by spending my hours on insignificant details like these. Even though, I know in the back of my mind that I can change these things if my current design doesn't work out, I have trouble deciding firmly on one choice.
What should I do to combat this problem?
© Programmers or respective owner