Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

132
votes
96answers
9k views

What are the best habits of highly effective programmers?

I guess that many of you have read 7 habits of highly effective people. They're great, but still too general. Can you suggest some good habits of a highly effective programmer? The habits that make ...
2
votes
6answers
208 views

what does programmer do while waiting the end of Compile

Waiting for the end of compile is extremely boring. So I used to do Stackoverflow and so on.. What do you usually do ? and sorry about my poor English
1
vote
3answers
181 views

Weekly repeating tasks emacs org-mode

I want to track habits using org-mode. For example, I want to do exercise 3 times every week. Is there a way to schedule 3 times a task every week irrespective of the date in org-mode?
0
votes
0answers
311 views

How to get rid of bad typing habits? [closed]

I type on a keyboard for more than 15 years and during that time I developed my own system. I use about 8 of my fingers 80% of the time, but I haven’t trained myself to use a proper touch-typist ...
0
votes
2answers
165 views

Is placement and format of copyright statement relevant?

Every software I have seen, contain copyright statement at the beginning of a file and takes pretty much lines of comment. Therefore you have to scroll down to see the code, which is a bit annoying, ...
0
votes
5answers
94 views

CSS: Explicitly declaring position, padding, margin, and overflow for every item?

I've been working for a guy whose been teaching me css. I made a website based on his designs which I'm pretty proud of, but he got back to me saying that I need to explicitly declare the padding, ...
-3
votes
1answer
56 views

Programming Style? [closed]

I am trying to build amazing programming styles and what better way then to ask a community of professionals that look and write code. I have a few questions all about styles this time: Which If ...