You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description
As we target developer adoption for our API, 2 feedbacks from development:
The polymorphic patter use on line 576-578 is not developer-friendly as it require a manual processing with code generator. It will be better to use same name for the enum value and the corresponding class.
There is probably unnecessary complexity with all the classes defined in the yaml. We can merge CellPopulationDensityData and PopulationDensityData in one class and avoid one unnecessary level that will make the API sipler
The class DensityEstimationPopulationDensityData has probably too many Density but this point is linked to my first point.
Possible evolution
Alternative solution
Additional context
The text was updated successfully, but these errors were encountered:
Problem description
As we target developer adoption for our API, 2 feedbacks from development:
CellPopulationDensityData
andPopulationDensityData
in one class and avoid one unnecessary level that will make the API siplerDensityEstimationPopulationDensityData
has probably too many Density but this point is linked to my first point.Possible evolution
Alternative solution
Additional context
The text was updated successfully, but these errors were encountered: