TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: As a programmer do you have ups and downs and periods of intense doubt?

187 pointsby Madawaralmost 9 years ago
Hi all,<p>Am a developer based in Africa and have developed small applications for the company I work for an airline ground handling company and have also created apps for sale on codecanyon.<p>Am a competent programmer not necessarily a good one but am able to get things done when under pressure, For example I made the codecanyon application at a previous job as an intern when we were required to comply with certain ISO regulations within a month. I did it as I had no way out. It has earned me approximately 250USD per month which in Africa is enough to pay rent but not be self employed.<p>The problem comes when I need to do something that I am 100% responsible for. For example create a SaaS app. The usual process goes like this Have an idea, Get excited, come up with all kinds of cool&#x2F;new features that look marketable&#x2F;useful, sometimes I go to the extent of buying a domain, when it reaches to implementation I get this crippling doubt on whether what am creating will sell&#x2F;will be a profitable SaaS application. I am simple crippled by the fear of failure and abandon my wonderful idea. As a result I have numerous half baked personal projects. This projects do have their advantages as I discover new ways to do things that are very beneficial to my work projects but for my personal projects and personal life they are a dead end.<p>Do any of you experience this, do you just push it to the back of your mind and push on forward or is it just that am a coward?

48 comments

shireboyalmost 9 years ago
Definitely I have similar fears and a harddrive full of half-finished code, so you&#x27;re not alone. Some of it I feel is just natural creative process. Famous painters like Monet often painted over canvases and didn&#x27;t finish work - we know the masterpieces, but the process is dirtier and less organized than we imagine sometimes.<p>One thing that comes to mind as an antidote is to market-test your ideas before writing much&#x2F;any code. This has the benefit of helping you prove the idea without wasting time on it, AND get you a group of people waiting for your thing so that you can be motivated to finish it. If you read some of these entrepreneurial bloggers (Pat Flynn, Tim Ferris, etc), they talk about this in detail better than I could. Depending on what the idea is, go to forums related to the topic and get some credibility by helping people. Then ask around about your idea or pitch it as &quot;coming soon&quot;. (Don&#x27;t be dishonest and say it&#x27;s built when it&#x27;s not). Set up a quick MailChimp or SurveyMonkey form, blog, etc. to start a discussion around your product and get an core group of interested potential customers. Try not to be biased one way or another - if there&#x27;s a market and you think it could earn an income with reasonable effort do it. If not, don&#x27;t.<p>Now, why have I done that and _still_ not finished this idea....
nthjalmost 9 years ago
What you&#x27;re experiencing is entirely human, and I would venture all developers experience this at given points, unless they are just working through a queue of bugs in a backlog tracker or some such. Now, being a software engineer, I&#x27;m not really interested in working harder or just telling myself to get over it. I&#x27;d rather use software and a process to hack my own behavior to keep pushing forward. Here is how I&#x27;ve had a little success with this.<p>For a given product, I have a Trello board that tracks the entire machine I am trying to create. (A business is a machine that accepts money and&#x2F;or time as inputs and outputs a sufficiently interesting amount of more money: the profit.) I&#x27;ll have lists like Lead Generation, Conversions, Upsells, and Churns. Every project I want to work on within the product needs to fit into one of those lists; it&#x27;s an easy way to remind myself to not build or work on things that don&#x27;t matter.<p>Within the lists I have cards for initiatives. These are the projects I would assign to an executive if I had a team of VPs. For example, &quot;Launch ZenDesk with help articles.&quot;<p>Within the cards I have checklists of specific milestones or tasks. &quot;Sign up for ZenDesk.&quot; &quot;Add CNAME.&quot;<p>When I don&#x27;t have much energy after a full day&#x27;s work, I can look at my cards and find something I do have the energy to take care of. When I&#x27;m wide awake and excited after a good night&#x27;s sleep, I can add more tasks or initiatives to the Trello board, but the lists help ensure the initiatives are actually pushing the business forward.<p>Finally, I&#x27;d look for projects within your product that make sense to open source. One, that makes the projects easier to use on future projects; two, you can show them off when trying to get work in the future; and three, it gives you a really nice sense of satisfaction and a milestone you can point to along the way of building your product.
vessenesalmost 9 years ago
I spent about a year alone building a fairly complex server tool. Some days were great. Many were hard. I&#x27;m 40 now, and have enough experience with myself and software that I got it done and enjoyed almost all of it. Here some things that worked for me.<p>* Kept the initial push of code very simple, and doing something useful from day one. The software needed to always &quot;work&quot; so that I could be adding features, tuning or bug fixing. If it wasn&#x27;t working, I was UNHAPPY.<p>* Tried to ship every day<p>* Which meant I was disciplined about drilling features down into coding efforts of about a day.<p>* I kept a notes.txt file, and wrote down any ideas and thoughts; features would get drilled down into component steps, and I would work through them one by one.<p>* I resisted all urges to &#x27;rewrite the whole codebase&#x27;, this would have kept me from having working code for weeks, an absolute no go.<p>Overall, I&#x27;m happy with what I (and later a friend) built. It took discipline, but the discipline is just there so that I could do mostly the fun stuff -- build something new that people thought couldn&#x27;t be built.<p>The worst two weeks for me were a terrible bug-hunting expedition that ended with filing a compiler bug. I was tetchy and annoyed the entire time. For me at least, I like having working code that does something useful. :)
评论 #11946805 未加载
informatimagoalmost 9 years ago
One fundamental feature of programming (development, software engineering, whatever the name), is that you have to face the unknown.<p>If you already knew what problems lie ahead and their solution, you would already have programmed it, and then what use would it be to rewrite the program? Just re-use the previously written code!<p>So by definition, what you will develop, will be a program solving a problem with unknown dimensions and solution. You start by writing the code for the known parts, but while doing that, you have to live with the fear of the unknown that lies beyond the next procedure.<p>Performing specifications and analysis phases is a way to deal with this fear of the unknown, by drawing a coarse map. But often it&#x27;s not possible to precise the map much better than labelling &quot;Here be dragons&quot; ahead (or worse, to hide the dragons with reassuring words, like Module X, or Component Y).<p>So be courrageous, plow ahead, and you&#x27;ll be lucky, when you&#x27;ll get close, you&#x27;ll see that what you thought to be dragons was just a hill, and you&#x27;ll find a solution to climb or circumvent it.<p>What you need to learn however, is how to deal with the complexity that emerges from discovering problems and solutions as you go: then you have to step back a little, and find simplifying abstractions, to refactor the work done so far, to get a simplier solution englobing all the problems seen so far, (and hopefully that will be found in the future).
评论 #11946454 未加载
doktrinalmost 9 years ago
All the time. I feel like crippling anxiety, insecurity, mental anguish and deep self loathing is par for the course in this career. When it gets to the point where I literally hate myself for being alive, I start to consider dropping everything attached to a circuitboard and cleaning floors for a living instead. This happens about 2-3 times a week.
评论 #11947156 未加载
评论 #11958668 未加载
dansoalmost 9 years ago
You&#x27;re not a coward, you&#x27;re facing the doubt that everyone else does. However, it is unhealthy to think that the SaaS you dreamed up will be successful, when so many others have failed...that realization that you&#x27;ve had, that there are advantages to undertaking projects that fail...that&#x27;s worth holding on too...as while you may not frequently succeed at first, you can still keep learning the skills from building the failures that will be needed for a success.<p>Also worth realizing that the success of a project is not based purely on hard work and skill. A great amount of luck is involved.
pfarnsworthalmost 9 years ago
You pretty much nailed it on the head. Fear of Failure. Why exactly are you afraid of failing? Who are you worried about being embarrassed to? This is what you really need to work out, because who cares if you &quot;fail&quot;, at least you tried, and the beauty with programming projects is that you learned along the way.<p>You need to stop worrying about it being a success, and instead concentrate on making as good a product as you can, for your own education and pride. Imagine you are going to submit this along with your next job application instead. You want to showcase your programming abilities, not in your abilities as an entrepreneur. Change the focus of WHY you are starting this project, maybe even assume that it won&#x27;t be used at all except to show any potential employers what you can do.
daveguyalmost 9 years ago
&gt; This projects do have their advantages as I discover new ways to do things that are very beneficial to my work projects but for my personal projects and personal life they are a dead end.<p>Absolutely I experience this and I expect most programmers have a few half baked or in-progress projects laying around.<p>You are focusing on the wrong aspect (the half done part) and not on the very beneficial part - learning for future projects. Keep those half done projects organized and in version control so that you can come back to them later. Better yet, license them all as BSD and put them in a public repo. Then if you need them for work 1) they can&#x27;t be exclusively co-opted by a company even if they are used there (after all you built them on your own time) and 2) others can learn and contribute.<p>If you are definitely not coming back to them be sure to tag them as abandonware so people aren&#x27;t expecting bug fixes.
jventuraalmost 9 years ago
I have a similar experience.. The thing is that although many of us can work on one or other part of a complete product, it is pretty hard to focus on everything at the same time and build an entire product alone!<p>For me, I have identified my problem not as fear of failure but perfectionism. So I start questioning all little things and things move very slow. I am currently building a SaaS app, and I&#x27;ve built others before but none made me any money so far. But lately I&#x27;ve been tuning my strategy to make things work faster, and have been seeing some success on it. Some of my main points are:<p>* start with something very simple that has the minimum functionality, like drawing a chart if the app is to draw charts, etc.<p>* since I&#x27;m working full time on this, decide to implement a feature per day (until you have enough features for now).<p>* THIS ONE IS REALLY IMPORTANT: never leave an inconsistent and non-working application between two commits. Make sure that the version on your repo is always fully working even if it lacks features (it may not be between two commits, I hope you get the idea..).<p>* ANOTHER IMPORTANT ONE: when you have a stable app, do a release to your server, even if you have it mounted on a personal url. It will give you the feeling of being moving forward..<p>* When you have something usable enough for other users, invite them to use it. Non-technical people feel flatered if you invite them personally to test your application. - Use a repo such as github (or gitlab for private projects). Commiting the code to those repositories will give you the feeling of moving forward every day. And if your local copy does not work anymore, you can always reset to the latest working commit..<p>I&#x27;ve been working on this project for much more time than I ever wanted (5+ years) and the points above have been what I learned from it.
malux85almost 9 years ago
Keep going.<p>If you build something and it fails, the experience you gain will be valuable - and a failed project is more valuable than an abandoned project - so even if you fail, you&#x27;ll be in a better position you are in now! :D<p>Self doubt is normal - it&#x27;s part of the creative process. But use it to be critical of your own work, but in a constructive way.<p>If the work seems daunting, remember the words of Dori on finding Nemo - Just keep swimming. How do you eat an elephant? One bite at a time!
andrewfromxalmost 9 years ago
You just need a team. Stop trying to do a SaaS app all by yourself. Work with at least 1 other person, even better with 2 other people. The team will keep the idea going if it&#x27;s a good idea. By yourself, the odds are not in your favor.
maratdalmost 9 years ago
&gt; As a result I have numerous half baked personal projects.<p>Every decent developer has dozens of half-baked personal projects. Some get finished, some don&#x27;t. All eventually get abandoned.<p>They are never a waste.<p>If you go through your codebase, you will find that you re-use code and techniques that you learned on your next project. This is how we learn.
评论 #11950884 未加载
selmatalmost 9 years ago
From my previous experiences one man show is very difficult. Especially if you dream big and have high goals (e.g. monetization, startup idea etc.).<p>I am now trying to involve at least one person to all my side projects. Even for small projects. There is great problem solving attitude - Divide-and-conquer.<p>If you can split problem to smaller parts , you can involve some other passionate friends who can participate and help you.
评论 #11945016 未加载
jacquesmalmost 9 years ago
Yes, it&#x27;s perfectly normal. If you can, find a programming buddy. That will help you across these humps far more quickly than you can do on your own, in fact you may no longer even notice them.<p>Fear of failure is best dealt with by successful delivery.<p>A story from the dark ages (pre-internet).<p>I&#x27;d landed a contract to pioneer the automated digitization of passport photographs and the printing of those photographs on credit cards. Unfortunately, this project was <i>way</i> above my skills at the time and every day I regretted taking the job. But, day-by-day my knowledge grew and at some point I started to see a way out. In the end it took almost two years from start to working prototype scanner &#x2F; printer but my self-doubt was dealt with on the day the customer took delivery of the first machine. As long as you are making progress (even if it is slow) you&#x27;ll get there, if you give up then that&#x27;s the end of the line.<p>So don&#x27;t give up, just keep plugging away at it. And if you can, find that buddy. It&#x27;s more fun that way anyway.
waychukuchaalmost 9 years ago
Am not a programmer but I think I am in that phase myself. Especially also being an African, I tend to think the adoption of technology in our markets is quite slow &amp; the effort needed to implement a tech based product takes more time &amp; a lot of marketing to just kick off. I have created a company that wants to digitize all forms of analog data &amp; do offline archival. But then the doubts has kicked in. Will I crack the market? Most importantly, how will I crack it. It eats me up even more knowing that I have no competition whatsoever. Its now my full time job &amp; I feel stuck. I think of pivoting but that will be just another project left undone so I have to keep pushing on.
rahelzeralmost 9 years ago
Of course. Because we spend most of our time fixing our own bugs, no other profession confronts someone with their limitations and shortcoming as much as computer programming does.<p>But a cheesy pop-culture reference rings true here:<p>Q. &quot;Can a man be brave when he is afraid?&quot; A. &quot;That is the only time a m an can be brave.&quot; -Game of Thrones.
cableshaftalmost 9 years ago
I&#x27;ve got all sorts of ideas with various levels of work done on them in the dustbin. Sometimes you get an idea that you think will make money, but you&#x27;re not really that passionate about it, and find that it takes a lot of effort to get back into it. That could be a sign that it&#x27;s not worth pursuing and let it die. But if you do keep coming back to the idea, even with some time in between, it&#x27;s probably worth sticking it out until the end. At any given time I&#x27;ve got about 15 ideas that I have varying amount of energy for, and 10 that I started briefly but never went back to, but usually only one main project per medium (not everything I do is programming) that I keep going back to over and over again.<p>Those are the ones you really need to make sure get out there. Then finish those and see what&#x27;s next you want to go back to. It&#x27;s taken me over 8 years to finish a novel, for example, but I already know what the second novel I finish is likely to be, because I keep coming back to it and putting a little work into it here and there.<p>Sometimes those ideas you got super excited about for a week and abandoned will be incorporated into future ideas too, and they&#x27;ll all meld together into some super idea. I&#x27;ve got something like that percolating that I noticed is basically combining three of my past ideas into something simultaneously simpler and more powerful.<p>But I&#x27;m not doing it for a business, just for fun. If I did it for business, I&#x27;d have to focus a lot more, and have a lot less fun, I imagine.
Mutedalmost 9 years ago
I experience the exact same thing. I get an idea for a side project, get really excited about it, think about all the great things it could do, work on it like crazy for a weekend, and then never touch it again. I got to a point where I got really frustrated with myself that I can&#x27;t finish anything. So this past Saturday I picked a really small simple project I had and said to myself &quot;No matter what, I&#x27;m doing a ShowHN before I go to bed.&quot; So (after some hesitation) I did [0]. It really helped knowing that the HN community doesn&#x27;t tear down ideas or projects. And while this was not a big, badass, super cool project like some others, it does feel good to have finally put a project out there.<p>Based on this I would say, define a small simple project that you can finish before losing motivation or succumbing to fear of failure, and then just get it out there. You will receive valuable feedback and learn a lot. You have little to fear as the HN community seems to shine at not making you feel embarrassed about what you&#x27;ve made. At least this is the impression I got from watching previous ShowHNs.<p>[0] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11930331" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11930331</a>
评论 #11950637 未加载
squidlogicalmost 9 years ago
Sometimes that fear can be a good thing. It means you are trying to do things just outside of your comfort zone, which can help you grow. If you are always 100% confident that you can do something, then that means you may be at a plateau in your personal growth. Run towards the fear.<p>Some specific advice that might be useful...<p>Bring in other people to your projects. It helps vet the idea, gives you someone to lean on if you&#x27;re having an off day, and it is a huge intangible &#x27;good&#x27; to know that you&#x27;re in it with someone else. I&#x27;m reminded of a GK Chesterton quote, &quot;It may be conceded to the mathematicians that four is twice two. But two is not twice one; two is two thousand times one.&quot;<p>Second, bite off as small a chunk as you can at a time. Not just in terms of features, but break your work down into one or two hour tasks. Sometimes this is not possible, but more often that not it is. Write all of these small tasks down. As you finish one, cross it off. At the end of an 8 hr day of work, even if you have no user-facing features to show for it, you will have a sense of accomplishment over these 4-8 tasks that you were able to finish. This can help act as a positive motivator to push forward.<p>Good luck!
pmiller2almost 9 years ago
I have periods of ups and downs and intense doubts <i>as a person</i>.
phugoidalmost 9 years ago
If you can push yourself hard enough to get the idea built, you will face another bout of crippling self-doubt when you decide whether to show it to anyone. And then a MUCH bigger wall of doubt when you begin to market the idea and realize that good ideas don&#x27;t sell themselves.<p>My advice is to choose smaller projects, even if they&#x27;re not as commercially promising, just to build up your strength and ability to finish the job.
scarecrowbobalmost 9 years ago
I feel like that often, both as a musician and as a programmer. I&#x27;ve got enough skills that it&#x27;s not hard to get folks to want me on their teams (and they pay, too, which is nice).<p>The problem is that when I launch something wholly on my own I often back off.... there are usually good reasons:<p>it&#x27;s not gonna be as profitable as I thought,<p>there are actually problems with my idea I couldn&#x27;t have seen until I got into the project,<p>it&#x27;s just not as good as the alternative of working on other folk&#x27;s porjects.<p>My solution to this (because it happens maybe 4 times a year that I drop some project I was working on) is to identify some small goal, even if that goal is &quot;learning how to install postfix&quot; or &quot;getting my banjo chops to the point where I can roll chords along to someone else&#x27;s songs&quot;.<p>Even better is when these small goals are in themselves something I can return to later (like a save point in some dumb video game).<p>Like, I just made a marketing site to try and pick up some event music work. If I don&#x27;t push on it hard and it doesn&#x27;t generate a bunch of leads, then it can at least still just sit there and when I come back to it in a couple of months and try and make a push on the idea, then I already have that part of the marketing collateral done.<p>And, with this project, I&#x27;ve progressed in my skills at setting up the server and specifically configuring mail programs, I&#x27;ve learned a little bit about adwords and analytics, and I have something to show my musician buddies.<p>Projects don&#x27;t have to be all or nothing-- if you can learn from them or jest get some small tangible thing out of them, that&#x27;s okay and often quite valuable.
ChicagoDavealmost 9 years ago
There are a lot of factors in being a developer relating to stress, income, talent, vision, responsibility, maturity, and emotional intelligence.<p>I think most of us go through cycles of high productivity inter-mixed with moderate productivity, and some small moments of being useless. The best developers are the ones that seem to be slightly higher than moderately productive all the time. Those people are rare in my mind. Then there are a handful of rockstars that can code at a high level all the time. I&#x27;ve only met a couple people like that in 31 years.<p>As for crippling doubt, well, I think those are signals to listen to, but learn to review your ideas pragmatically. I&#x27;m on my second start-up and this second concept is no sure thing. I&#x27;ve had doubts many times, but I also see the merits in building it. So I persevere. It&#x27;s not at all easy. You have to forget about the future and focus on the here and now. Focus on the things you _can_ do, not the things that you have no control over.<p>But yes, we all have unfinished projects that were stopped because of doubts.
deepnetalmost 9 years ago
Failure can be very valuable experience.<p>You might fail at making money &#x2F; market share but gaining the experience of how and why you failed is very valuable information.<p>Failure is great business knowledge it makes you wiser and dealing with it makes you stronger.<p>If you don&#x27;t fail a few times you might make an avoidable error on the next app, which could have succeeded.<p>Just don&#x27;t take it personally, learn from it and grow as an entrepreneur - sometimes the time is just not right.<p>Maybe you&#x27;ll pivot and only discover a winning formula by failing at your initial idea.<p>By taking something forward you will encounter others on a similar journey, your professional network is a very valuable asset.<p>Fail fast; fail often. Only then will you be truly ready to win when the right idea and right moment coincide.
hbtalmost 9 years ago
Read the book &quot;the new business road test&quot;. It oulines a checklist of things prior to considering a business. You can apply a lot of it to new software project (e.g conducting marketing research for similar projects).<p>When it comes to software development and adding features, adapt an investor mindset. Ask yourself what is the return on investment (ROI) of implementing that feature? What are the risks? How can you hedge your bets? etc.<p>I remember reading a book &quot;software by the numbers&quot; which I think covered that. <a href="https:&#x2F;&#x2F;books.google.ca&#x2F;books?id=tW14FDkNYv4C&amp;dq=software+by+the+numbers&amp;source=gbs_navlinks_s" rel="nofollow">https:&#x2F;&#x2F;books.google.ca&#x2F;books?id=tW14FDkNYv4C&amp;dq=software+by...</a><p>The last thing you should do though is &quot;push blindly&quot; and not &quot;overthink&quot;. Analysis prior to acting is a good thing and the anxiety you feel is because you&#x27;re uncertain about your the future. You cannot predict the future because you don&#x27;t have any research.<p>It doesn&#x27;t mean you should wait for certainty. Nothing is deterministic. But you should always operate on your best guess; after having done your homework to investigate all known unknowns and minimize risks.
AndreyErmakovalmost 9 years ago
Yes, I&#x27;ve had similar periods of doubt when considering ideas for my personal projects, though never to the extent you&#x27;ve been experiencing.<p>In general, doubt is a healthy thing. It allows you to weight the decision and the consequences before blindly jumping in and possibly making a terminal error. Without doubt as a balancing mechanism, humans would be acting on a rush and we would be living in anarchy and chaos.<p>That said, however, there is a limit as to what you should allow your doubts to do. Speaking of your personal projects, it is normal to have an idea, initially consider it great, get excited about it, then in a few days sometimes weeks&#x2F;months to cool down with regard to it. This is in principle the necessary process. You need to let your ideas prove themselves before you act on them.<p>But then when you&#x27;re convinced this is a solid idea, which has a potential for market acceptance and the real need it can satisfy, then it&#x27;s time to put your doubts in the back drawer and decide whether you go with it or not. The idea may be great but too big for you alone to handle it, in which case you start to look for outside help. If it&#x27;s small enough and you can pull it off alone, then do it. In the past I had ideas I began to work on to realize later their scope was beyond my abilities to complete them so I stopped them unfinished. I choose not to think about them as failures, but as painful but valuable lessons which taught me things I otherwise would never have learned. Then in the future I would not make those kinds of errors in judgement again.<p>Fear of failure is also a cultural thing. Certain cultures are very much averse to risk taking and failing where the society looks down on those who tried something unconventional and did not succeed. I don&#x27;t know if it applies to your situation, only you can tell, but at least you should be aware that this may potentially be affecting your perception of reality.<p>No one starts a software project with an official warranty letter from some authority stating that it will work. You simply recognize its potential, you believe in it and that should be enough to keep you going. That&#x27;s how the mind of an entrepreneur works.
ageektrappedalmost 9 years ago
This is normal. I&#x27;m feeling it right now with what I want to do.<p>In my heart and mind, I _know_ I can do it, but then the doubts and fears rush in. I totally understand the feeling you&#x27;re going through.<p>I just finished _Art &amp; Fear_ by David Bayles and Ted Orland which is a fantastic book about creating stuff. Nearly all the advice applies to software developers.<p>Don&#x27;t give up.<p>Success isn&#x27;t binary either.<p>Release your project (Some success!). Make some sales (More success!). Market your project to get more sales (Success!).<p>You probably won&#x27;t get fuck you money on the first day, but with enough marketing, maybe you&#x27;ll be able to quit your job within the first year.
ScaryRacoonalmost 9 years ago
Failure is an opportunity to learn. If you don&#x27;t fail once in a while, you&#x27;re not pushing yourself. Failure is a normal part of life, to expect perfection in software development is insanity.
segmondyalmost 9 years ago
You don&#x27;t have doubt, you are just not motivated. Not doing your real work has consequences such as losing your job and ending up homeless. The cost of not doing your personal project as you perceive it is not that high. This is true for most people that are employed, I&#x27;m in the same boat. The struggle is to find out how to have a high level of motivation and to replenish it when it runs low.
iambenalmost 9 years ago
As many others have said here, I have this not just as a &#x27;programmer&#x27;, but as person - I think most people do. Sometimes it&#x27;s crippling, sometimes not.<p>For the most part, you have to ask &#x27;what am I worried about&#x27;? Usually it boils down to an issue with your own ego - the idea of failing or looking stupid, usually in front of your peers. If you can get over that, everything becomes a lot easier.
jasonkolbalmost 9 years ago
This isn&#x27;t unique to you, or to developers. What you&#x27;re describing is part of the human experience. There&#x27;s even a name for it, &quot;Dark night of the soul&quot;. Everyone experiences it, in every walk of life.<p>[1] <a href="https:&#x2F;&#x2F;www.eckharttolle.com&#x2F;newsletter&#x2F;october-2011" rel="nofollow">https:&#x2F;&#x2F;www.eckharttolle.com&#x2F;newsletter&#x2F;october-2011</a>
wilsonfiifialmost 9 years ago
I think you should read&#x2F;watch the following 2 resources if you can:<p><pre><code> &#x27;Start Small, Stay Small A Developer’s Guide to Launching a Startup&#x27; [0] &#x27;Creating and selling a digital product&#x27; [1] </code></pre> Your product on codecanyon appears to be doing quite well and has good reviews&#x2F;sales [2] so you should probably market it more (if you&#x27;re not doing so already). Also, building an ecosystem of free&#x2F;paid plugins around it might be something you could explore. Finally, you could look into offering hosted instances for less technical savy users.<p>Good luck and keep up the good work!<p><pre><code> [0] https:&#x2F;&#x2F;www.amazon.com&#x2F;Start-Small-Stay-Developers-Launching&#x2F;dp&#x2F;0615373968 [1] https:&#x2F;&#x2F;www.pluralsight.com&#x2F;courses&#x2F;creating-selling-digital-product [2] http:&#x2F;&#x2F;codecanyon.net&#x2F;item&#x2F;stock-awesome-inventory-system-and-stock-control&#x2F;11210315?s_rank=2</code></pre>
wslhalmost 9 years ago
The root problem with the SaaS project example is that you should be aware that, in general, many people are involved in projects like this. If you want to push it alone it is obvious that the number of tasks will be much bigger than when you are an employee. This kind of projects require a different approach and if possible one or more collaborators.
LTheobaldalmost 9 years ago
As everyone else has said - the doubt is normal. My advice would be to try and strip the product into parts more &amp; tackle them one by one.<p>Creating a total product end to end in one go, that&#x27;s scary. Creating a user model, easy. Creating an authentication level on that model, easy. And so on. Take it one step at a time.
sriram_malharalmost 9 years ago
&quot;The trouble with the world is that the stupid are cocksure and the intelligent are full of doubt.&quot; - Bertrand Russell<p>Read about the Dunning Kruger effect and relax.<p><a href="http:&#x2F;&#x2F;highexistence.com&#x2F;dunning-kruger-effect&#x2F;" rel="nofollow">http:&#x2F;&#x2F;highexistence.com&#x2F;dunning-kruger-effect&#x2F;</a>
Jemmehalmost 9 years ago
Accept that frustration, fear, and doubt are just part of the job. Those feelings don&#x27;t mean you&#x27;re a bad software dev or a coward, they&#x27;re just the natural reaction to consistently facing the unknown. Sometimes you have to slog through it, even if it feels bad, and actually finish. You will not finish perfect. There are always bugs. But get something put out there anyways.<p>You are always going to be learning with this kind of job. And sometimes that makes you look back at your old code and say, &quot;Oh boy, this sucks.&quot; It&#x27;s because you&#x27;re improving. If you weren&#x27;t, you wouldn&#x27;t be able to look back and see your mistakes.
tmalyalmost 9 years ago
I ran into the same situation many times. Come up with an idea, buy a domain, do some coding, drop the idea.<p>You really have to stick it out and work through the idea. The best way to approach it is to do customer development first. Steve Blank was probably the first to bring this idea to the forefront.<p>Find out if people actually have a problem for which you are building the solution. The book Running Lean has some scripts you can mirror to do this. It will save you lots of time and actually get you pointed to an idea that has some merrit.<p>Derek Sivers from CDBaby had a great approach to this where he contrasted pushing onto people verse pulling an idea from people where there is already demand.
bovermyeralmost 9 years ago
The thing you&#x27;re describing is not unique to developers.<p>What I do is just forget about the potential consequences of failure (OR success) and just make the thing. If it works and takes off, great. If not, oh well, at least I spent time doing something I love.
daveinspacealmost 9 years ago
I think your fear is good ! It forces you to test the business, not the techno.<p>Have you checked the leanstartup and customer dev methods ?<p>The goal is to quick test and fail your assumptions.<p>Because you need true users to continue your project.<p>Fake it before you make it ! ;)
akshay127almost 9 years ago
Do not doubt yourself. Practice emotional hygiene: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=rni41c9iq54" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=rni41c9iq54</a>
viachalmost 9 years ago
Never surrender. I could write more here, about my startups which are less than successfull and I keep trying, other optimistic bullshit. This is all crap, just never surrender.
seibeljalmost 9 years ago
For me, lots of failure, some moderate success, hang in there. You always learn from anything you do
mbrodersenalmost 9 years ago
Not at all. It is all part of the creative process. You WILL fail most of the time. That&#x27;s OK! Accept it, pick yourself up and move forward. Most famous entrepreneurs failed many times before they succeeded.
tluyben2almost 9 years ago
Yes and it is normal. It is very hard sometimes and you need to push through that. I abandoned lot of projects in the past because of this: now I push on and usually things work put actually as long as you persist.
angry-hackeralmost 9 years ago
Yes. I have big a downswing right now, if anyone wants to talk with me let me know.
botwalmost 9 years ago
where does &#x27;Am&#x27; come from? &#x27;Am&#x27; does not save much than I&#x27;m
rsspbrryalmost 9 years ago
Getting excited, coming up with features, buying domains, feeling doubt, questioning my sanity... I consider these all normal stages of product development.<p>Try thinking of them as road signs. They indicate you are getting closer to your destination. If any of these road signs are amiss, <i>then</i> start worrying (and check your pulse to make sure you&#x27;re still alive).
henrymindenalmost 9 years ago
I&#x27;d argue what you are experiencing is not fear of failure but fear of success. Steven Pressfield wrote a fantastic book that addresses the problem you describe called &quot;The War of Art&quot;. I highly recommend it to read, it will show you at least what you are feeling is very human and can be overcome.
评论 #11945909 未加载