Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Meta

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

77%
+5 −0
Meta I comment on an answer on my question, and get this error: "New users can only comment on their own posts and on answers to them"

I'm the author of this question: What is the advantage of creating instances from a method rather than constructor? A user provides an answer and I want to open a comment thread. I get this respons...

1 answer  ·  posted 4d ago by Ooker‭  ·  edited 2d ago by Monica Cellio‭

Question bug comments abilities beginner-questions
#5: Post edited by user avatar Monica Cellio‭ · 2025-03-31T19:36:45Z (2 days ago)
oops, wrong issue -- this one's coming soon but not live yet, sorry
#4: Post edited by user avatar Monica Cellio‭ · 2025-03-31T19:34:36Z (2 days ago)
#3: Post edited by user avatar Alexei‭ · 2025-03-31T09:29:37Z (2 days ago)
put the beginner questions tag back
#2: Post edited by user avatar Andreas demands justice for humanity‭ · 2025-03-30T14:36:04Z (3 days ago)
The bug report is not about questions whose topic mainly concerns the early stages of learning a field, but about actions made by new users on Codidact; thus it concerns the ability system, at least in this particular case.
I comment on an answer on my question, and get this error: "New users can only comment on their own posts and on answers to them" 
I'm the author of this question: [What is the advantage of creating instances from a method rather than constructor?](https://software.codidact.com/posts/293634) A user provides an answer and I want to open a comment thread. I get this response when submitting it:

```json
{
  "status": "failed",
  "message": "New users can only comment on their own posts and on answers to them."
}
```
Isn't that I'm doing exactly what it says?

Here is the content of the comment:
> Title: When is overloaded function good to use? Is it only error-prone for authors, not users?  
> Body: If overloaded functions tends to be error-prone in itself, then when is it be good to use? In small scripts I guess? Is the whole argument boils down to it's not worth for the *authors* to catch all possible errors when using overloaded constructors? Because I'm unable to imagine how *users* can have trouble with it
#1: Initial revision by user avatar Ooker‭ · 2025-03-30T07:35:17Z (4 days ago)
I comment on an answer on my question, and get this error: "New users can only comment on their own posts and on answers to them" 
I'm the author of this question: [What is the advantage of creating instances from a method rather than constructor?](https://software.codidact.com/posts/293634) A user provides an answer and I want to open a comment thread. I get this response when submitting it:

```json
{
  "status": "failed",
  "message": "New users can only comment on their own posts and on answers to them."
}
```
Isn't that I'm doing exactly what it says?

Here is the content of the comment:
> Title: When is overloaded function good to use? Is it only error-prone for authors, not users?  
> Body: If overloaded functions tends to be error-prone in itself, then when is it be good to use? In small scripts I guess? Is the whole argument boils down to it's not worth for the *authors* to catch all possible errors when using overloaded constructors? Because I'm unable to imagine how *users* can have trouble with it