Prevent users from creating empty comments
Currently it is possible to submit empty comments, as seen in the screenshot in #156 (closed). Empty answers currently aren't possible.
Since it's pretty much impossible (or at least very hard) to prevent users from creating empty comments on purpose, I'd suggest implementing a mechanism that prevents accidental empty comments. Simply checking whether the string is empty (or the trimmed string is empty) before submitting should be enough.