posted 19 years ago
Joe,
As Andrew mentioned, you should implement the cookie as specified in the interface comments. I agree that it isn't technically necessary. However, it is one of the easier requirements to implement, so why not do it?
Have you ever heard of the Halo effect? You know, where you've convinced somebody that everything you do is great and that you can do no wrong? Well, by doing little things like locking with cookies, you make it a little easier for the grader to think, "Oh, man, this Joe is a great guy."
Now, imagine that you don't implement the cookie. The grader will be inclined to think, "Oh, there's sloppy Joe again. He's always cutting corners."
So, even if you can't think of a good technical reason for implementing the functionality, you should implement it anyway. After all, that's what the interface expects.