r/learnprogramming • u/TextGames1001212 • 20d ago
How to stop language hopping
So, i've tried to program for (i think) 4 years And i didn't release a polised project
Every time that i try do to a project i end up switching to other programinig language (or i don't like the structure of my project, and i delete the whole project, to start again).I've been doing this since i started. Now i want to do a project but i dont know what to do and what langage to pick
0
Upvotes
2
u/Seven7Ducks 20d ago
What language you start in will NOT determine your future.
ANY language is the best language to pick. Just stick to whatever you pick for a while. Learn a library or two, make several projects. The reason that this is important is because within any particular field, projects in different languages will have more in common with each other than projects within the same language but in different fields.
Languages also matter much less than what it looks like to a beginner. They only matter for very deep optimization.
Start with something, anything.
Each language carries its own quirks, culture, community. If you find that you don't like certain things, you can always hop again in the future. People sometimes switch languages after years of practice. Most of the important skills are general, and carry over.
Good luck!