Skip to content

Commit

Permalink
remove TODOs that I now understand better, phetsims/phet-core#103
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 18, 2023
1 parent 282951e commit f840e6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/Bounds2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ 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 f840e6b

Please sign in to comment.