Tagged Questions
The personal-growth tag has no wiki summary.
11
votes
7answers
339 views
Making lemonade from lemons
I'm just curious as to what other developers do to make the best of a sub-optimal situation. I'm currently contracting on a project where there is lots of room for improvement particularly when it ...
11
votes
16answers
1k views
Programmer development: Programmer OR Hack? [closed]
What are the skills that distinguish a programmer from a hack?
10
votes
9answers
515 views
How do you manage yourself after discovering you are responsible for a critical bug? [closed]
You've discovered that you are the author of a critical bug that has made it into customer's hands and it's caused problems with their operations.
You have a solution that should fix the problem, but ...
9
votes
7answers
512 views
Archetypes Of Developer Career Paths [closed]
I've seen this many times. A junior developer grows in skills and knowledge to reach some intermediate-advanced stage after about 6-9 years in the field and starts wondering "what next?". I'm ...
8
votes
9answers
431 views
Teammember over-estimating abilities. How to help him grow? [closed]
What is the best way to help a somewhat stubborn unskilled team member gain some insight and grow as a programmer?
One of our network administrators has had a long standing desire to take his hobby ...
7
votes
1answer
120 views
Is there a way to record and playback a coding session in Visual Studio?
I've read in Robert Martin's "Clean Code" that in the 80's Emacs was already capable of recording and playing back your coding session.
I just realised how much I'd learn from that practice, I'd love ...
7
votes
5answers
224 views
What traits can hint a teenager he should pursue software development career? [closed]
We're gonna have a day when employees' kids will visit our company office. The idea is that they will come see "how parents work", "how cool stuff is done", have fun, etc. Kids will be up to 17 years ...
4
votes
17answers
828 views
How Do You Read Books? [closed]
I was reading a couple of books on programming in python. I found that annotation helps me keep track of useful information and other thoughts. I was hoping to find out how others read the books:
...
3
votes
1answer
71 views
Pattern matching for people who dont know algorithms - finding adjacent X's in a grid
I'm wondering what the best method would be for me to approach a problem where I need to find adjacent (horizontal, vertical, diagonal) X's in a grid which is provided.
I wanted to know what the ...
3
votes
6answers
190 views
Should I understand compiler theory and mechanics?
I've been doing C# development for about 4 years now, and prior to that C development for 3 years. I have this book on compilers. My goal is to become a well-rounded programmer by avoiding ...
0
votes
2answers
77 views
What's the most effective programming workflow for performance
This is more of a "human-side-of-programming"-Question. So I'm not sure if I should post it on this site. But since I find lot's of programmers here, I guess I'll just ask.
I'm thinking in the lines ...
0
votes
5answers
231 views
Can you recommend “Software Masterpiece”?
I found there is "Software Masterpiece" from c2.com.
Reading and studying these kinds of software codes will be great step being better programmer.
But I want to know more softwares not just listed ...