Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
That... looks like a funny bug. I started writing an answer, containing mostly the number "1", because that would be an (not really helpful, but correct) answer to your question. To test, whether t...
Answer
#1: Initial revision
That... looks like a funny bug. I started writing an answer, containing mostly the number "1", because that would be an (not really helpful, but correct) answer to your question. To test, whether there was an answer limit, I submitted my one-letter post. Correctly, I was rejected. But apparently the code enters the notification, before the checks on length/whatever are applied. As you can see [here](https://github.com/codidact/qpixel/blob/develop/app/controllers/answers_controller.rb), we add the notification in line 20, but save it (and run the validations) only in line 23.