Skip to content

implement method to calculate housing utility with area instead of number of roo... #243

@todo

Description

@todo

//TODO: implement method to calculate housing utility with area instead of number of rooms
private double convertAreaToUtility(int area) {
return (float) area / (float) RealEstateDataManagerImpl.largestNoBedrooms;
}


This issue was generated by todo based on a TODO comment in cc0855b when #239 was merged. cc @msmobility.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions