Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
User Journal

Journal Journal: Alternative career for old GMs?

Norwegian newspaper Aftenposten reports that in criminal circles there are some people that put together "robbery packages", comprising reconnaissance reports of the target, lists of equipment needed and a detailed "how-to" for the heist. They sell the package to someone willing to risk it, and collect a cash payment as well as a dividend of the eventual loot.

As an old GM, I could do that... :)

User Journal

Journal 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.

Slashdot.org

Journal Journal: Signatures

[Hmm, a journal function. What does it do? Klickety-klick...]

One small thing that's been bugging me; why can't people put a seperator between their signature and the message body? Or at least put the .sig in italics or something? Sometimes the signature and the message are hard to tell apart, especially since many people actually have a message in their .sig.

Slashdot Top Deals

Those who can, do; those who can't, write. Those who can't write work for the Bell Labs Record.

Working...