Gecko:First Bugs: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Provided better link to good first bug) |
||
Line 1: | Line 1: | ||
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 | [[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.