Reaction class
IsaacPacht opened this issue · 1 comments
IsaacPacht commented
- Field can be final
- What if the input string doesn't match either "like" or "dislike"?
- Is there any reason we have to allow for upper and lower case? Do we know which one, in practice, the code will be called with?
DashboardProject/Reaction.java
Line 4 in e78220c
fine-code commented
changed Reaction.java to an enum class