34
votes
23answers
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 different since you …
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!
5
votes
12answers
724 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 specific and …
8
votes
8answers
574 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 …
2
votes
3answers
174 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 commit -a
So is it …
-1
votes
6answers
237 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 are horribly verbose, …
4
votes
5answers
256 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 …
