2
votes
How do you vent stress as a programmer?
Just to echo a few other answers here:
1) Talk with other programmers. We all have our war stories to tell and co-miserate with each other about it. To some extent sites like the daily WT …
1
vote
What was the most refreshing idea which benefitted you in your programming career?
Design patterns which are my secret weapon in writing code sometimes
…
0
votes
How to write a self reproducing code (prints the source on exec)?
One idea to think about encoding and how to give something a double meaning so that it can be used to output something in a couple of forms. There is also the cavaet that this type of problem come …
1
vote
What was the biggest lesson you learned in your career as an IT professional?
Realize that specifications are going to change. This is simply a quirk of being human in that there are those frilly elements in the UI that will likely get changed on a whim that one has to be p …
1
vote
What is the one programming skill you have always wanted to master but haven’t had time?
Parallel programming computational complexity. I'm curious how this gets measured and what techniques are there for determining optimal efficiency of sorting n elements over m processors and other …
1
vote
How many ‘rockstar’ programmers have you met?
There have a few different situations in which I would say I have seen or worked with a 'rockstar' programmer:
In my early university years, there were one or two of my classmates that were …
2
votes
Leaving the field of programming. What are the options?
Any job can have its share of problem-solving challenges, particularly if the definition of a problem is vague, e.g. if I am a waiter, how often do I check up on tables, when I do X and how do I op …
0
votes
What is the one programming skill you have always wanted to master but haven’t had time?
The proof of what is the relationship between P and NP would be an awesome thing to master and answer conclusively once and for all... mwahahahahaha....
After all, this is what we haven't m …
33
votes
What is the single hardest programming skill or concept you have learned?
Learning to ask for help early on rather than try to be the hero and figure out something on my own which may take too long.
…
7
votes
What does scalability mean to you?
Scalability means the ability to handle growth in either of these 2 areas:
1) Ease of adding new features, fixing bugs. To make the code do these new things how hard is it to do? While th …
0
votes
Intensive programming reduces communication skills?
I'd think there are a few questions to ask here:
1) Did you order verbally, on-line or through handwritten notes? If you did the first one then it may be that your mind can have trouble sw …
0
votes
Programmers block
My suggestion would be to break down what has to get done into manageable pieces and start moving. If your work seems like a huge mountain that can be a bit intimidating and so making a small hill …
0
votes
What are the factors most important to developing a game?
Gameplay in terms of being easy to get the basics but difficult to master would be one factor, for sure. For example look at Diablo II for something with some nice basic elements but also some ele …
0
votes
Which one of these three degrees will be more valuable for a developer?
There is the question of in what context will you work. If it is in an IS/IT department for a company then the last one may be the best though the Web Technology and Design may also be more useful …
1
vote
Hints for making programming even more pleasant
A few non-technical ideas that may help:
Have a clear structure for how conflicts will get resolved. If there are ambiguities in the requirements, these may need to be refined or changed. …
