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 »

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.

Activity for trichoplax‭

Type On... Excerpt Status Date
Comment Post #291047 The question author is seeking a way to be notified of answers to their questions. The only current options for subscribing by email are for new questions and interesting questions. There is not yet an option to be emailed when you have a personal notification.
(more)
about 2 months ago
Comment Post #289261 No I doubt anyone is going to post an answer if they consider it dangerous, except perhaps on Code Golf...
(more)
6 months ago
Comment Post #289831 > Certain operators like the && and || in C guarantee a left-to-right evaluation and also that the evaluation stops if it finds that the result cannot be true. It also stops if it finds that the result cannot be false (pedantic point since the sentence mentions `||`, not just `&&`).
(more)
7 months ago
Comment Post #289694 See also [How to best ask about algorithmic problems](https://software.codidact.com/posts/285461). There the question of whether a programming language should be specified was a sub-question and didn't get much discussion. I'm glad it has now been asked as a separate question to allow more focused...
(more)
8 months ago
Comment Post #288768 It's just an option since you mentioned wanting everyone to be free to voice their opinions. I agree it's more likely communities would choose a non-zero value for both, or a zero value for both. Another option would be to have downvotes giving negative rep in Meta but not as much (for example, -2...
(more)
10 months ago
Comment Post #288768 Just for completeness: the system is already set up to allow changing the rep per upvote independently of the rep per downvote, so gaining rep for Meta upvotes but losing no rep for Meta downvotes is an option. Mentioning in case that affects your concern that people be free to express unpopular opin...
(more)
10 months ago
Comment Post #288698 Might be worth editing to mention the extra options that this example is not using: - above the dividing line of hyphens, you can include column headers between the vertical bars - you can add more hyphens in the dividing line to make the vertical bars line up with the vertical bars in the other ro...
(more)
10 months ago
Comment Post #288668 [A more recent answer](https://software.codidact.com/posts/288660/288698#answer-288698) suggests Markdown tables are already supported here.
(more)
10 months ago
Comment Post #288060 I also like the fact that the question is not complaining about the difference in behaviour between `if` and `for`, but actively seeking understanding and asking about a potential explanation.
(more)
11 months ago
Comment Post #288060 I don't see the question as asking why Python doesn't have the same syntax as JavaScript. The author understands that the parentheses are not required in Python. The question is why is it OK to add redundant parentheses to an `if` statement, but not to a `for` statement. Until the reason is unders...
(more)
11 months ago
Comment Post #288464 I agree questions are useful at all levels. The answer might seem obvious after it is discovered, but it was not obvious before it was discovered, so it will not be obvious to the next person either.
(more)
11 months ago
Comment Post #288321 Codidact is already set up to have multiple categories per community, so I think it just needs an admin to add it (if the community indicates support for it).
(more)
11 months ago
Comment Post #288321 Would the community benefit from a separate category for software recommendations (like the code reviews category)?
(more)
11 months ago
Comment Post #288170 Are the N points known to be distinct, or can some of them be duplicates (several points with the same x and y values)?
(more)
11 months ago
Comment Post #288170 When you use the notation `O(N)` are you looking for an improvement to the worst case performance or the average case performance? My first impression is that your suggestion of a quadtree (or even just a regular grid) is likely to improve the average case, but not necessarily the worst case. I ha...
(more)
11 months ago
Comment Post #288098 One way would be to use singular `LogRecord` for the record type, and plural `log_records` for the dictionary variable name.
(more)
11 months ago
Comment Post #288062 Really glad to hear that you found it helpful. Thanks for the tip on using `export` to allow testing from another file.
(more)
about 1 year ago
Comment Post #288060 This is an interesting question, exploring why an error occurs as part of gaining familiarity with the language. I would not expect it to be easy to find the answer by searching documentation or online without already knowing what explanation to search for. The asker clearly knows how to solve ...
(more)
about 1 year ago
Comment Post #287313 I can see that you have put thought into this and you have an idea of how you want it to work, but the question doesn't currently show us what you require. Can you explain why you want this, rather than how it should work? That might make it easier to understand the requirements you describe, and ...
(more)
over 1 year ago