Closed Bug 1597328 Opened 5 years ago Closed 5 years ago

Replace use of name 'kids' in Shape classes with more usual 'children'

Categories

(Core :: JavaScript Engine, task, P5)

task

Tracking

()

RESOLVED FIXED
mozilla72
Tracking Status
firefox72 --- fixed

People

(Reporter: jonco, Assigned: jonco)

Details

Attachments

(1 file)

The use of the name 'kids' always struck me as unusual in this code. The more usual terms for the links in a tree are 'parent' and 'children'. This is a tidyup to rename the following:

  • Shape::kids -> Shape::children
  • KidsPointer -> ShapeChildren
  • KidsHash -> ShapeSet
Attachment #9109918 - Attachment description: Bug 1597328 - Replace use of the name kid/kids in Shape classes with the more usual child/children r?jandem → Bug 1597328 - Replace use of the name kid/kids in Shape classes with the more usual child/children r=jandem
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f686aa9e753a
Replace use of the name kid/kids in Shape classes with the more usual child/children r=jandem
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: