Skip to content

Commit

Permalink
Add review notes, see: phetsims/phet-core#103
Browse files Browse the repository at this point in the history
  • Loading branch information
marlitas committed Feb 23, 2023
1 parent ff93949 commit a2267c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/Bounds2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ export type Bounds2StateObject = {
maxY: InfiniteNumberStateObject;
};

// TODO: Why does freeToPool get promoted, but nothing else? https://github.com/phetsims/phet-core/issues/103
// TODO: Do we need TPoolable? Can classes just have a static pool method? https://github.com/phetsims/phet-core/issues/103
export default class Bounds2 implements TPoolable {

// The minimum X coordinate of the bounds.
Expand Down

0 comments on commit a2267c9

Please sign in to comment.