10
edits
(added eslint link) |
(link to coding standards; don't mention jslint any more) |
||
Line 152: | Line 152: | ||
Note that the mochitests '''must''' have focus while running. | Note that the mochitests '''must''' have focus while running. | ||
= | = Coding Standards = | ||
DevTools has some [[DevTools/CodingStandards|coding standards]] that your changes should follow. That page also shows how to set up ESLint to check your code for compliance. | |||
= Potential Pitfalls = | = Potential Pitfalls = | ||
Today there are a few techniques and conventions we use that can be confusing, especially when you first start working with the code base. We hope to improve these with time to make things easier for everyone, but for now this [https://etherpad.mozilla.org/devtools-intro-pitfalls etherpad] might be a helpful set of notes if you are having trouble. If you find new pitfalls that aren't listed there, feel free to add your own entries, so we know to address them. Also, please come talk to us in #devtools on IRC, as that might be the fastest path to solving the issue. | Today there are a few techniques and conventions we use that can be confusing, especially when you first start working with the code base. We hope to improve these with time to make things easier for everyone, but for now this [https://etherpad.mozilla.org/devtools-intro-pitfalls etherpad] might be a helpful set of notes if you are having trouble. If you find new pitfalls that aren't listed there, feel free to add your own entries, so we know to address them. Also, please come talk to us in #devtools on IRC, as that might be the fastest path to solving the issue. |
edits