Hi, I noted that you are handling the field rated (boolean and json object) in two different ways. May I ask you why you aren't simply returning a negative value in case the movies wasn't rated?
Thanks
This was just a design choice at the time but it's too late too change now. It would break every client if I changed it. For now you'll have deal with both cases.
Travis Bell 的回复
于 2016 年 11 月 28 日 12:22下午
Hi @blackbelt
This was just a design choice at the time but it's too late too change now. It would break every client if I changed it. For now you'll have deal with both cases.