So I just rolled out the ability for people to delete (soft-delete internally) their own answers. (note: any points gained/lossed by this delete will not be reflected until a point roll-up occurs, and that won't occur until I write that stored proc hehe).
But to prevent someone from answering multiple times for the wrong reasons, I have added some user-friendly type features into the system.
1. If you have already answered a question, any attempts to add another answer will result it a notification telling you to: Are you really sure you want to answer this AGAIN? You probably just want to reply to someones answer, well that is what comments are for. :)
2. If you try and answer your own question, same sort of warning/notification.
3. changed the question listing font from red to a shade of blue.

1 answers
answer count isn't decremented when an answer is deleted.
answered 2 years ago by:
2309
510
Good catch, I disabled the updates as I have to re-write that part. Plan is to work on badges next...
246
Yeah I noticed that also, I guess you have a monster sql query to write!