How difficult would it be to make decent contributions to firefox in C++, given I'm new to the language? I work as a data analyst programming in R, SAS, and SQL, and have taken a single programming course based on HTDP. My thinking was that learning how to navigate and contribute to a large complex codebase would be a good way to self-teach in an attempt to transition to a software
development role. While this would mostly be for professional reasons, I do use firefox and it'd be satisfying to contribute.<p>I received some advice recently, saying that I'd be better off following my alternative self-taught plan of building a foundation from learning Python, and that I'd be taking on a bit too much trying to contribute to such a large scale project without a solid foundation. I was going to follow what Trevor
Blackwell suggests in his FAQ (http://tlb.org/#faq), learning Python and C, and reading through some Python libraries and the interpreter written in C. Python is directly applicable to my job and could perhaps help me land a data engineering role.<p>Which plan would you suggest? Any idea how long it would take to get to the
point where I'd be able to make decent contributions to such a large project?
Thanks!
"My thinking was that learning how to navigate and contribute to a large complex codebase would be a good way to self-teach in an attempt to transition to a software development role."<p>Are you planning to skip the step of writing simple, self-contained programs that solve the kinds of problems posed in textbooks? I would suggest doing that first.