phetsims / tandem

Simulation-side code for PhET-iO
MIT License
0 stars 5 forks source link

Remove out dated and useless IOType methods #269

Closed zepumph closed 2 years ago

zepumph commented 2 years ago

While working on https://github.com/phetsims/tandem/issues/268, I came up with the following list of methods that we should likely just remove from the PhET-iO API:

TextIO:

SliderIO

@samreid what do you think?

samreid commented 2 years ago

Yes, let's remove them until we have a need for them. The ticks visible maybe should move to a PropertyIO(BooleanIO) when needed. Maybe same with the font options.

zepumph commented 2 years ago

Excellent! Thanks