|
|
|
|
|
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! |
|
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.