Gecko:First Bugs: Difference between revisions
Jump to navigation
Jump to search
m (Provided better link to good first bug) |
(Better link to good first bugs) |
||
Line 1: | Line 1: | ||
Our bug tracker contains a "[https://bugzilla.mozilla.org/buglist.cgi?quicksearch= | Our bug tracker contains a "[https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%5Bgood%20first%20bug%5D&list_id=11788026 good first bug]" 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. | [[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. |
Latest revision as of 07:43, 30 December 2014
Our bug tracker contains a "good first bug" 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.