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
If have time can consider making these greater/equal/less than behavior more type-safe (and more OOP) by implementing enums! Maybe something like this:
public enum IncomeComparisonOperator {
EQUAL("="),
GREATER_THAN(">"),
LESS_THAN("<");
// some assign symbol logic
}
If have time can consider making these greater/equal/less than behavior more type-safe (and more OOP) by implementing enums! Maybe something like this:
Originally posted by @iamdiluxedbutcooler in #95 (comment)
The text was updated successfully, but these errors were encountered: