Hacker News new | ask | show | jobs
by christonog 5825 days ago
How long have you been learning how to code? I can tell you right now that even though you know exactly what you want, you'll have to consider something called "dependencies" which is basically anything (technologies, libraries, or programming languages) you must do, learn, or build before you get what you want. I'm experiencing this right now learning to code and building something at the same time, and it's frustrating knowing a small feature takes a lot of work and figuring things out before working correctly.

As has been stated, get the simplest thing up and running, and iterate on that - using google and online communities as your guide.

Good luck!

1 comments

Too true man. This is both a blessing and a curse. You have so many resources to choose from to help you, and yet, you have so many resources to weed through to know which one will help you. I always research before I try and reinvent the wheel. Unfortunately this can turn into procrastination and a drain on ones self to get the job done.

Personally I'm trying to get over doing it right the first time, and just getting it done so I can learn to do it right from my mistakes.