+ 1
What makes an progrmmer to become confident in their language? How many languages should be learn by a programmer?
related programming
2 Antworten
+ 5
It depends on your profession on how many languages you should learn
1 - Data science [Python, SQL, R]
2 - Games [C++, Java, C, C# And JS]
3 - Windows [C++, Java, C#]
4 - Unix-like OS [C, C++, Assembly]
5 - Front Development [ HTML, CSS, JavaScript]
6 - Backend Development [ PHP, SQL, Python]
7 - Machine Learning [ Python, R, Matlab]
8 - Others [ Regex, SQL]
confidence is shown by a cool gesture when you see bad code and you fix it😎
+ 3
Confidence is a personal thing, and relative upon you. Some people aren't confident in anything they do, even if they're amazing at it. For myself, every time that I solve a problem, my confidence grows.
As for how many languages you should learn, it'll simply depend upon what you're needing to do. All of the languages I've learned applied to something I was doing during that time. In the 90s, I was more heavily focused upon C++, and today, I'm more focused on C# and Java. All of the languages I know is useful in their own ways, and I just think of them like tools on a tool belt. Use whatever tool is best for the job you're going to perform, and obtain new tools as you need them.