Hacker News new | ask | show | jobs
Contribute to Firefox or learn Python and C?
1 points by TheGrkIntrprtr 1860 days ago
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.

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.

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!

1 comments

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

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.

I have taken a programming course which included writing a sudoku solver in Racket etc., so I have created that kind of simple self-contained program before. I guess you mean doing the same with C++ specifically?
Yes, I think it's better to write some small C++ programs.