Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
User Journal

Journal Harald74's Journal: What does it take?

What does it take to do a good job as a programmer? I'll list some points, maybe I'll elaborate later:
  • Don't assume: Assumptions are the root of all evil. In many case studies on SW reliability and safety, failures can be traced back to an assumption done by a programmer in lieu of hard data.
  • Know your tools: Not taking the time to learn to use your editor, CASE tool, debugger and other tools effectively is as stupid for a programmer as a chef that never sharpens his knives. "I have no time" the chef might say, but he wouldn't efficient in the long run.
  • Learn a scripting language: Having good tools is essential, but nobody manufactures the excact tools you need. Learning a scripting language will enable you to generate code, sort through big amounts of data, extract important information from trace logs etc. All this can be done in programming languages too, but it takes time.
  • Don't confuse the end with the means: You might love C++ dearly; it doesn't meen that it's the right tool for every job. Neither is Visual Basic. The same applies to other tools: Don't use a relational database if a stack of index cards will do the job.
  • Never stop learning: Enough said.

That's all for this Thursday afternoon.

This discussion has been archived. No new comments can be posted.

What does it take?

Comments Filter:

The Tao is like a glob pattern: used but never used up. It is like the extern void: filled with infinite possibilities.

Working...