Now that JavaScript property access is fast, we have been replacing get/set functions with properties for #1421 to help stabilize the Cesium API.
Sometimes we have get functions defined in a base class and then implemented in a derived class. Do we want to replace these with properties? I assume yes because, for example, C# has virtual properties. Does this also make sense in JavaScript?
Specifically, I’m talking about the following types:
Scene
- TerrainData and derived types
- Appearance and derived types
DynamicScene
-
DataSource and derived types
-
All Visualizer types
Thanks,
Patrick