Gecko:First Bugs: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
 
m (Provided better link to good first bug)
Line 1: Line 1:
Here are ideas for "first bugs" for new Gecko contributors to work on. Some more of this is currently at http://www.mozilla.org/contribute/hacking/first-bugs/.
Our bug tracker contains a "[https://bugzilla.mozilla.org/buglist.cgi?quicksearch=goodfirstbug&list_id=11788014 goodfirstbug]" label, which you can use to find good first bugs to work on.  


[[Gecko:DeCOMtamination]]: Convert weird, ugly and inefficient method signatures to more natural C++ method signatures. It really improves code readability, reduces code size, and increases preformance. It's a bit tedious but it's extremely valuable and will help you learn the way around the codebase. We've done a lot, but there's a lot more to do. Anyone with reasonable C++ experience can do this.
[[Gecko:DeCOMtamination]]: Convert weird, ugly and inefficient method signatures to more natural C++ method signatures. It really improves code readability, reduces code size, and increases performance. It's a bit tedious but it's extremely valuable and will help you learn the way around the codebase. We've done a lot, but there's a lot more to do. Anyone with reasonable C++ experience can do this.

Revision as of 07:40, 30 December 2014

Our bug tracker contains a "goodfirstbug" label, which you can use to find good first bugs to work on.

Gecko:DeCOMtamination: Convert weird, ugly and inefficient method signatures to more natural C++ method signatures. It really improves code readability, reduces code size, and increases performance. It's a bit tedious but it's extremely valuable and will help you learn the way around the codebase. We've done a lot, but there's a lot more to do. Anyone with reasonable C++ experience can do this.