0
votes
How do you control your programmer ego?
Ego? I'm far more critical of my own work than anyone else ever will be. Not that I would suggest low self-esteem as a solution to anyone's problems - but you did ask.
…
22
votes
What coding mistakes are a telltale giveaway of an inexperienced programmer?
Two giveaways:
Language religion. There is no "one true language," but it can take time and experience to realize that.
The belief that complexity is a virtue.
…
2
votes
How do you pull yourself out of a programming ‘slump’?
Think about what truly motivates you. Is it the technology, or the end result? When I worked in web hosting and consulting, I got to learn and work with a dizzying variety of languages and platform …
1
vote
What was the most dangerous programming mistake you have made in C?
Using non-limited string functions such as strcpy() or strcmp(), instead of safe versions like strncpy() and strncmp().
…
0
votes
What is the single hardest programming skill or concept you have learned?
One thing I still struggle with is the idea that programming is difficult. To me, it comes easy. That leads to some difficulty interacting with other programmers. I've been called arrogant, which I …
3
votes
What do you do when you’re faced with an “I have no idea how to do this” programming project?
Option "a" is right out - if you've never programmed before, there's no way you'll be able to ramp yourself up far enough to deliver a solid, robust solution in two weeks. You might be able to deli …
2
votes
What is your best programming experience?
I was working on a children's web site that focused on pre-school literacy skills, and I read an email from a proud mom whose child had finished reading a book from cover to cover for the first tim …
2
votes
5
votes
Building a Computer around Programming?
For one thing, don't eat so many sandwiches at your desk - that will keep your next computer from getting so crummy. :-)
Seriously though. Compilers are very disk-intensive, opening, readin …
