Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

137
votes
21answers
6k views

How to learn proper C++?

While reading a long series of really, really interesting threads, I've come to a realization: I don't think I really know C++. I know C, I know classes, I know inheritance, I know templates (& ...
24
votes
28answers
3k views

What is an ideal variable naming convention for loop variables?

If you are writing a simple little loop, what should you name the counter? Provide example loops!
9
votes
8answers
1k views

What traits (the make-up of the person) makes a good team leader?

This is slightly different question to What do Team Leaders do? I have worked on many different projects, working with a varying different team leaders/managers. Some were good and some were not so ...
7
votes
5answers
368 views

How do you maintain your program vocabulary?

In a not-so-small program, when you have not-so-few entities, in order to maintain code readability, common terms, and otherwise improve mutual understanding between team members, one have to define ...
6
votes
14answers
3k views

What differentiates software engineering from any other engineering discipline? [closed]

Software engineering shares many of the same traits with other engineering disciplines (attention to detail, complexity to mastery). What do you think differentiates it? Please be specific and ...
5
votes
3answers
118 views

Designing interfaces: predict methods needed, discipline yourself and deal with code that comes to mind

Was: Design by contract: predict methods needed, discipline yourself and deal with code that comes to mind I like the idea of designing by contract a lot (at least, as far as I understand the ...
3
votes
3answers
391 views

Where to place Git repository

I just started using Git and I want to know if this is the right way of using it. I started a Rails app with: rails newapp Then I did: cd newapp git init git add . git commit -a So is it "right" ...
-2
votes
6answers
478 views

Correlation between verbosity and bondage-and-discipline [closed]

Is it just me or is there an almost perfect correlation between the level of bondage-and-discipline a language inflicts and the verbosity of the language? Ada, Java, and Pascal are horribly verbose, ...