Coding Confidential

Coding Confidential

Psst, hey I got a little programmer secret…. Ready? I think most programmers will agree that testing your code, at least in theory, is a good idea. After all, we’ve seen the public consequences of software code that hasn’t been tested enough. The recent...
Why Code Is Hard to Read

Why Code Is Hard to Read

Artists work with imagery and pictures. Singers work with music and songs. Writers and poets work with the arrangement of words. Software developers work with the arrangement of computer code. That’s what we software developers deal with in our day to day activities....
How Code Goes Bad

How Code Goes Bad

I came across this interesting article about how easily software code can transform from the cleanest, slickest code this side of codemonkey Shangri-La, into a giant mess of spaghetti code that becomes a nightmare for the poor code monkey who has to inherit it and...