Closed
Bug 1624346
Opened 5 years ago
Closed 5 years ago
Code Cleanup - Use consistent use of destructuring
Categories
(DevTools :: Debugger, task)
DevTools
Debugger
Tracking
(firefox76 fixed)
RESOLVED
FIXED
Firefox 76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: davidwalsh, Assigned: davidwalsh)
Details
Attachments
(1 file)
There are lots of places where we could use destructuring where we aren't, and in the interest of code quality and consistency, we should consider using it everywhere.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → dwalsh
Status: NEW → ASSIGNED
Pushed by dwalsh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3d04f05b2604
Use destructuring when possible r=jlast
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 76
You need to log in
before you can comment on or make changes to this bug.
Description
•