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.

Search

Advanced Search Options

To further refine your search, you can use additional qualifiers such as score:>0.5. For example, the search score:>=0.5 created:<1y grammar would return only posts mentioning "grammar" that have a score >= 0.5 and were created less than a year ago.

Further help with searching is available in the help center.

Quick hints: tag:tagname, user:xxx, "exact phrase", post_type:xxx, created:<N{d,w,mo,y}, score:>=0.5

Filters
 
77%
+5 −0
Meta Community feedback: What type of questions can I ask here?

questions about the system, network, or server administration Which system? I think it is clearer without "the": questions about system, network, or server administration

posted 4y ago by meriton‭

Answer
77%
+5 −0
Meta What is our policy on tags?

Luckily, we are in a position where we don't have to re-invent the wheel. We can see what went either wrong or horribly wrong at SO, then avoid making the same mistakes. Some common problems: Maki...

posted 4y ago by Lundin‭

Answer
77%
+5 −0
Meta Are reference requests welcome here?

On that other site that shall not be named, reference request questions are outlawed as "asking for an off-site resource". What do you guys think about such questions? Should they be welcome here?...

4 answers  ·  posted 4y ago by meriton‭  ·  last activity 4y ago by dmckee‭

Question discussion scope
77%
+5 −0
Code Reviews PHP script to create a KML square centred on a point.

1 - Rearrange the code: Open stdin, read all parameters, close stdin, then process the parameters. 2 - Consider adding some validation to the parameters. 3 - Add an explanation of the magic number ...

posted 4y ago by manassehkatz‭  ·  edited 4y ago by manassehkatz‭

Answer
77%
+5 −0
Q&A Is an ORDER BY required when looping through MySQL records with LIMIT?

Let's say I have a table with 10,000 rows and instead of selecting all of the rows at once I select 1,000 at a time like LIMIT 0,1000 LIMIT 1000,1000 etc. Without an ORDER BY statement the or...

1 answer  ·  posted 4y ago by Charlie Brumbaugh‭  ·  edited 3y ago by Alexei‭

Question mysql sql-order-by sql-limit
77%
+5 −0
Code Reviews Improved Atkin-Bernstein sieve for generating primes

This is a class from my personal code library, and from a package which deals with integer sequences. It implements an interface package org.cheddarmonk.math.sequence; public interface IntegerSequ...

0 answers  ·  posted 4y ago by Peter Taylor‭

Question java prime-numbers
77%
+5 −0
Q&A What would the pros and cons of storing the compiled CSS output of SASS in version control?

If one is using SASS to build a websites CSS and using version control one can either, Keep both the SASS and the resulting CSS files in version control. Only storing the SASS files in version con...

4 answers  ·  posted 4y ago by Charlie Brumbaugh‭  ·  last activity 4y ago by ben‭

Question version-control sass
77%
+5 −0
Q&A Is it possible in MySQL to require each row in a table have at least one foreign key record in a join table?

I have tables A and B and then I have a many to many join table with foreign keys to both called a_b. Neither foreign key can be null and the combinations for the foreign keys to A and B are unique...

2 answers  ·  posted 4y ago by Charlie Brumbaugh‭  ·  last activity 4y ago by Alexei‭

Question mysql referential
77%
+5 −0
Q&A Is omitting braces for single statements bad practice?

Already good answers, but I can provide a slightly different perspective here: always use braces if there is a risk of getting into a pitfall. Examples (from C#, but the language is less relevant)...

posted 4y ago by Alexei‭

Answer
77%
+5 −0
Meta Is it OK to use abusive content on code?

In SO, I had saw that a person was writing lot of abusive words inside code. Just like, if(a==b){ print("f***") } I had flagged on that post with little bit explanation. The user gave ...

2 answers  ·  posted 4y ago by deleted user  ·  last activity 4y ago by Estela‭

Question discussion code abusive posts
77%
+5 −0
Q&A Modern CSS for splitting form sections into columns

I have a mobile-only HTML contact form divided in source code into three sections; each section should contain fields by a different context. <!DOCTYPE html> <html> <head> ...

1 answer  ·  posted 4y ago by deleted user  ·  edited 4y ago by Alexei‭

Question css css-multicolumn-layout mobile
77%
+5 −0
Meta Etiquette for posting comments

Proposal: Can Include Helpful feedback I'd refrain from restricting the topic of feedback, because there are many possible topics: Clarifying the question Explaining why OP would be ...

posted 4y ago by meriton‭

Answer
77%
+5 −0
Meta Do we need more specific up/down vote reasons for Software Development community?

I agree that these buttons should have tooltips explaining what the buttons are for. That would be far more useful than showing the result of a simple calculation on the displayed votes, and seems ...

posted 4y ago by meriton‭

Answer
77%
+5 −0
Q&A Is the concept of a PHP lint feasible?

If I understand correctly what you are asking for is a static code analysis tool for PHP. A quick search reveals that Psalm would be such a tool.

posted 4y ago by Alexei‭

Answer
77%
+5 −0
Q&A What's the difference between =, == and === operators in JavaScript?

While learning JavaScript, I started to see =, == and === operators. What's the difference between them?

3 answers  ·  posted 4y ago by Kevin M. Mansour‭  ·  last activity 4y ago by hkotsubo‭

Question javascript operators
77%
+5 −0
Meta Allow filtering search for only Meta (or any other category)

You can now add "category:###" to a search, where ### is the number in the URL for the category, to restrict the search to one category. For example, Software Dev Q&A is 38 and Code Review is ...

posted 4y ago by Monica Cellio‭  ·  edited 4y ago by Monica Cellio‭

Answer
77%
+5 −0
Q&A What's the difference between placing <script> in the <head> and placing in the <body>?

Placing <script> in the <head>: Placing <script> in the <head> might affect the performance since the content won't load until the browser complete downloading the JavaScri...

posted 4y ago by Kevin M. Mansour‭

Answer
77%
+5 −0
Meta Unfair accusation in a comment and consequent loss of *actual* reputation

I posted an answer here and IIRC received one or two upvotes. Then a user falsely accused me of copy-pasting from Wikipedia without citing my sources. To that accusation I replied here. However...

2 answers  ·  posted 4y ago by Lorenzo Donati‭  ·  edited 4y ago by Lorenzo Donati‭

Question discussion comments
77%
+5 −0
Q&A Why is the switch statement not executing the correct case blocks?

The problem is the fallthrough behaviour of case statements. Basically, once a case's condition is met, all the others after that are also executed. Example: int x = 2; switch (x) { case 1: ...

posted 3y ago by hkotsubo‭  ·  edited 3y ago by hkotsubo‭

Answer
77%
+5 −0
Meta Is this a good fit for Code Reviews, and if so, how to best post it?

400 lines is not that big, it should be fine to post the complete program below the Code Reviews post category. I'd post it as separate code formatted blocks with one block per file indeed. A revi...

posted 3y ago by Lundin‭  ·  edited 3y ago by Lundin‭

Answer
77%
+5 −0
Meta Is this a good fit for Code Reviews, and if so, how to best post it?

This should perhaps be a comment rather than an answer, but I want to allow people to vote to indicate agreement or disagreement. "Complete code" doesn't necessarily mean an entire project. It mea...

posted 3y ago by Peter Taylor‭

Answer
77%
+5 −0
Meta An edit creates a new tag instead of adding correct one

Hm... there was some weird stuff with Art and me attempting to edit the post at the same time and me making changes to the tag to conform to the standard name (without the additional dash), ...

posted 3y ago by luap42‭

Answer
77%
+5 −0
Q&A Is it a good idea to have a permanent branch for a feature?

Your first diagram illustrates a pattern that doesn't really make sense and most likely doesn't reflect what you're actually doing. Specifically, it illustrates a pattern where the feature branch n...

posted 3y ago by Derek Elkins‭

Answer
77%
+5 −0
Meta console.readline tag does not look good to me

The console.readline tag has been created for Q: How to read lines into an array in Bash, which uses a while read loop. That tag is inappropriate because Readline, the console and the read built-...

2 answers  ·  posted 3y ago by Quasímodo‭  ·  edited 3y ago by Alexei‭

Question discussion status-completed tags
77%
+5 −0
Q&A How can I find git branches where all branch-local commits are from specific people?

Let's consider the following git graph. The initial commit is 1. The colors identify the authors of each commit. Orange has left the project. Green, Blue and Pink are still active. cha...

posted 4y ago by Estela‭  ·  edited 4y ago by Estela‭

Answer