Tagged Questions

29
votes
19answers
1k views

Good ways of disciplining yourself when freelancing at home?

I have noticed that my self-discipline is very bad when it comes to getting up in the morning, eating regularly and working on fixed hours. When you have a job to go to, it is very …
19
votes
28answers
2k 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!
8
votes
8answers
526 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 a …
5
votes
12answers
669 views

What differentiates software engineering from any other engineering discipline?

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 …
2
votes
3answers
170 views

Where to place Git repository

Hi, 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 comm …
-1
votes
6answers
229 views

Correlation between verbosity and bondage-and-discipline

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 ar …
4
votes
5answers
253 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, …