Tagged Questions

0
votes
1answer
50 views

Could you please explain the inout(blah) func() inout {} function prototype in D-programming (dmd 2.059)

class C { public: inout(data) func() inout { return data; } private: MyDataType data; } There's not much reference on it.
2
votes
7answers
294 views

Should I refactor single letter variables for constructs like pointer/structure names?

And No, i am not referring to single variables in loops or exceptions. Lets say pointer/struct names in large c ,c++ programs . Are there any languages where this type of naming is acceptable or is ...
11
votes
7answers
714 views

A defense for boilerplate?

To me, boilerplate code is obviously bad. However I've met a developer who displays resistance in any attempt to reduce boilerplate. I realized I didn't have a readily formed, well thought out ...
12
votes
9answers
873 views

Does your programming knowledge decrease if you don't practice?

I'm a novice programmer. I study languages such as C, C++, Python and Java (mainly focusing on C++). I'm what you'd call "young and inexperienced" and I admit that because I can't claim otherwise. ...
3
votes
3answers
222 views

Agile development : How to design your code for an iteration / Sprint?

In Agile development you work on small user stories and produce a working iteration. But what happens when the next user story comes in and affects the design for the already done iteration? ...
56
votes
12answers
3k views

Does programming in general become easier to read, write and understand as you gain experience?

I'm a beginner in programming and I've been reading books, studying, reading articles, and whatnot. I'm getting great results since I've started learning programming, and when I was a beginner I used ...
-2
votes
1answer
266 views

Why is BASIC bad? [closed]

Possible Duplicate: Do you think that exposure to BASIC can mutilate your mind? BASIC, and related dialects, have long been branded "bad". I've seen it said by some of the best programmers ...
-2
votes
3answers
270 views

Why are stricter (real) programming languages better than something like PHP? [closed]

I have a few questions (related to the title) so please bear with me. My first question, as the title states, is (considering that PHP wasn't originally designed as a programming languages, and ...
2
votes
7answers
194 views

What's a good way to prepare for this course titled “Programming Language Security”?

I have a course with the following description: The purpose of this course is the study of programming language security features and languages designed to support it explicitly. Static and ...
2
votes
2answers
135 views

Sports Programming [closed]

Other than programming, I'm addicted to sports. I'd like to integrate the two together. What are different programming languages that companies like ESPN use to work with stats? What techniques are ...
3
votes
8answers
643 views

Why has the rate of programming language popularization slowed down in recent decades? [closed]

If I understand correctly, there was a huge birth of programming languages during the early decades of computing, but then things have stabilized. Basically, why are many universities and industries ...
4
votes
2answers
178 views

How exactly do Patchers work?

Did a search for Patchers and didn't find anything. But seriously Patchers: How do they work? I've done some googling, and i've gotten mixed results. I mean it seems they probably have some way of ...
4
votes
8answers
503 views

What are the benefits of using comments

I just accepted a new job. Our application is in the 50,000 lines of code area. None of which is commented. I am finding it difficult to understand how the application works. Id like to prevent this ...
6
votes
6answers
430 views

Languages/Methods to Learn for Scientific Computing?:

I'm a second-semester Junior working towards a Computer Science degree with a Scientific Computing concentration and a Mathematics degree with a concentration on Applied Discrete Mathematics. So, ...
6
votes
2answers
536 views

Is it true that “Real programmers can write assembly code in any language.”?

Real programmers can write assembly code in any language. (Larry Wall). Firstly, I think I seriously don't understand, but as far as I can make out Mr.Larry Wall is trying to say that to a real ...

1 2
15 30 50 per page