• Sci-fi/Fntsy
  • Movies/Books
  • Links Page
  • Computing
  • Opinions
  • Values
  • Religion
  • Misc.
  • Programming

Programming

The fruits of my programming experience.

  • Home
  • Contact
  • Log in

Code only what you need right now???

May 28th, 2007

Although I agree with the intent, I do not agree completely with this statement.

Read more »

Posted in Main | Send feedback »

Variable Usage And Meanings

May 28th, 2007

When you design your program, you need to figure out what sorts of storage you need, temporary or otherwise. For every piece of information you need to track, you will need to allocate a variable to store it.

Read more »

Posted in Main | Send feedback »

i++ vs. ++i

May 28th, 2007

What’s the big deal? What’s the difference?

Read more »

Posted in Main | Send feedback »

Code Performance

May 28th, 2007

What do you need to do to squeeze every ounce of performance out of your code? This is by no means exhaustive, but taking caree of these issues is a good start.

Read more »

Posted in Main | Send feedback »

KISS Coding

May 28th, 2007

The KISS principle definitely applies to coding, but I think many people that follow it, take it too far.

Read more »

Posted in Main | Send feedback »

1 2 >>