The tag has no wiki summary.

learn more… | top users | synonyms

19
votes
6answers
1k views

How not to forget new and interesting information [closed]

The thing is that I read a lot of things over a period of time because it is interesting and I like to know it and secondly it will be helpful in my future job interviews. For example I read about ...
1
vote
0answers
113 views

Keeping focused while working online [closed]

This is not really a programming question. More like a self-management one. I am a web developer, and almost 100% of my job is done with a browser window open. Needless to say, that leads to a ton ...
5
votes
9answers
1k views

How broad should a computer science/engineering student go?

I have less than 2 years of college left and I still don't know what to focus on. But this is not about me, this is about being a future developer. I realize that questions like "Which language should ...
2
votes
1answer
1k views

How to avoid context switching while developing full stack web apps?

To give some context, I've been a Ruby & Rails developer for the past few years, and just recently started doing quite a lot of JavaScript to add more responsiveness to the apps. When programming ...
138
votes
23answers
5k views

How do you maintain focus when a particular aspect of programming takes 10+ seconds to complete? [closed]

I have a very difficult time focusing on what I'm doing (programming-wise) when something (compilation, startup time, etc.) takes more than just a few seconds. Anecdotally it seems that threshold is ...
10
votes
8answers
432 views

What can be the cause of new bugs appearing somewhere else when a known bug is solved?

During a discussion, one of my colleagues told that he has some difficulties with his current project while trying to solve bugs. "When I solve one bug, something else stops working elsewhere", he ...
0
votes
1answer
957 views

How to learn and stay focused in programming [closed]

I'm a teenager with a friend and we both want to learn programming. We've tried everything it feels like we aren't understanding any of the concepts and just copying out of books. Even if we start ...
5
votes
4answers
2k views

Calculating last Sprint's Focus Factor

We have finished our Sprint in half the expected time and now we want to compute our focus factor to use in the next Sprint. Though, by doing the math by the book, we get an awful number. How are we ...
13
votes
8answers
816 views

How can I stay focused and motivated on a project?

I'm working on starting my own software development business, but I've noticed that I have major issues getting projects out by their deadlines, and in general getting them out of the "almost-done" ...
2
votes
9answers
1k views

How do you stop yourself from making mistakes? [duplicate]

I used to pride myself with the high quality of the code I delivered. Today I made a mistake that wiped the grin off my face. It was a null reference exception caused by a hasty fix to an edge case ...
16
votes
5answers
451 views

Interested in a million things, have a million goals: how to choose what to focus on

I am currently working as a Web Application developer using .NET Technologies. I am interested in learning more about the technologies that I work with, but I am ALSO interested in a million other ...
34
votes
6answers
2k views

Is practicing meditation a good or bad thing for programmers? [closed]

I'm practicing mindfulness since a few weeks, a popular form of secular meditation which concept is to focus yourself on the present moment. It works so great I don't understand why not more people ...
29
votes
11answers
935 views

Is it wise for a high level developer to spend time studying assembly?

It is clear that the knowledge of low level stuff is very important in our work. But in a situation where you're already developing commercial software on a high level, and when you already have a ...
15
votes
7answers
445 views

How do you keep focused through long compiles

I find it fairly simple keep focused on a task at hand whilst I am actively engaged on it, however, during a long compile (and our current main project can compile in 5-10 mintues on a bad day) that ...
12
votes
7answers
781 views

What tools do you use to stay focused? [closed]

This is related, but I'm thinking about something more like a chastity belt for keeping me from checking programmers.SE or my email every time I compile. Rather advice like "go take a walk and you'll ...
11
votes
5answers
193 views

The project is almost complete, what can I do to retain interest and not lose focus?

So I find every project I get involved in, the start is great and I am all gun-ho lets do some coding. Next thing you know, the project is nearing completion, we are refining, testing, revising, ...
6
votes
9answers
366 views

Are you able to close your eyes and focus/think just on your code? [closed]

I have some colleagues at work, they arrive at the morning, switch off email, phone, close the door, etc. Then they close their eyes and during 30 minutes try to focus on their programming (C++, C, ...