Programming

Programming As An Art Form

Although we often don't think about it, programming is an art form. Just as there is good and bad art, there are good and bad programs and programmers.

Programming Hot Fix

A hot fix is a quick and dirty code bandaid. This is typically done in situations where software has broken, maybe from a recent code or dependency change.
Pyramid Of Doom

Pyramid Of Doom

The Pyramid Of Doom is an excessive use of nested code statements in software programming. It makes code difficult to read and even more difficult to maintain.
  1. 1
  2. 2