The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
30 views

How do you Import the code on Github? [migrated]

I am new to programming, I would like to know how you import the code on Github. It will be a stupid question but I do not know how to do it ...
2
votes
1answer
66 views

Multi-Thread Return Single SQL Result

I am having some difficulty with MySQL and returning a unique row to a thread. I want it so the thread will search for a row from the table where the bit (see below) is false and only one row is ...
27
votes
8answers
2k views

What is beautiful code? [closed]

I often read that developers must write beautiful code, but for a beginner as I am it remains obscure of what is beautiful code and how do you recognize it? The corollary question is: How to write ...
-4
votes
1answer
138 views

What is normal codebase-loc per programmer? [closed]

What is considered normal/usual number of lines of code (LOC) per programmer to maintain? I have found some numbers of lines of code LOC produced by programmers per < time_period >, but not much ...
2
votes
2answers
305 views

Why do we not prefix Enums, Abstract classes and Structs?

The C# community has so ubiquitously used the "I" prefix to denote an interface that even the most inexperienced programmers know to use it. Why is it then that we do not prefix enums, abstract ...
-2
votes
1answer
228 views

Coding standards in programming? [closed]

I am an WordPress Plugin Developer. I am not sure how to follow the coding standard while creating a plugin of wordpress. I check with some of the plugins like woocommerce and All in one SEO Plugin in ...
-5
votes
1answer
107 views

How could I get code snippets as image? [closed]

I need any tool so I can export any code snippet to image format, for example jpg. I've seen it done and posted to web, but I think it's HTML that they're posting. I need it to make a programming ...
8
votes
4answers
393 views

Should we be looking out for lying code?

This is referring to a discussion in an answer and the comments of this question: What's with the aversion to documentation in the industry?. The answer claimed that "code can't lie" and thus ...
2
votes
3answers
133 views

Equating multiple new variables with an old one

Sometimes I run into a situation where I need to equate two new variables with an old one. Which of the following (if any) is a good practice (w.r.t. code readability or any other factor), under what ...
0
votes
1answer
125 views

How to find method and class usages along git repositories

We got some code in a git repository that's used along different projects (with git different repositories), the problem is that we got now so many different projects that's difficult to track which ...
1
vote
2answers
265 views

Prevent code from getting mess [duplicate]

I am a student and a freelance programmer. These days I am developing a software in VB6 which has recently crossed 100KB of source code. The main problem, I face is, many times I have to refactor my ...
0
votes
1answer
115 views

Does Text Editor Sign The Files?

As images have EXIF data which provide info about where and how they are created, do any Text Editors append such kind of descriptive details to code files? For example I use Coda for my programming ...
9
votes
5answers
803 views

Time required to start coding at a new company [closed]

I am a software engineer for 4 years, and I just changed my company for the first time. Company works with pair programming, and it's been 3 days, I couldn't even write a single line of code. It's so ...
0
votes
2answers
256 views

Beta-testing app good practice [duplicate]

I have just released an iOS app for beta-testing with TestFlight. I'm wondering what is good practice during beta-testing? Should I halt development of the app during beta-testing? Should I ...
2
votes
4answers
515 views

Is Googling every code a bad practice? [duplicate]

I just came from an interview in which they asked me several questions about programming and problem solving. Regarding the programming questions, I asked them to let me Google so I can see the code ...

15 30 50 per page