In the beginning…

March 16, 2009 by Dave
Filed under: Ramblings 

I’ve resisted doing one of these blog things for quite some time now.  But lately I’ve felt some motivation to start writing about writing code, and maybe share some of my coding experience. 

I got my first computer when I was 12.  An Atari 600XL, way back in 1980.  I taught myself BASIC, and then 6502 Assembler.  I’ve written code in one form or another nearly every day of the 29 years since since then, and enjoyed nearly every minute of it.

I’ve always considered programming an art form.  As a result, I try to create code that is clean, readable, and easy to follow – just the way I like my art.  I don’t  like crappy art, and don’t like crappy code either.

Of course, now that I’m an old man, I’ve learned that sometimes you have to be practical and just get things done.  My code is generally a mix of what I consider some nicely designed parts, and some ugly but functional parts.  Although, what comprises good art is pretty subjective, so you as readers may think it’s all ugly crap.  Either way, hopefully I can provide some useful information to anyone who is interested.

I’m not 100 percent sure where I want this blog to go.  I plan to mostly talk about coding.  My whims take me in quite a few directions – sometimes I work on 3D game type things, sometimes websites, sometimes iPhone apps, and any number of other subjects.  I’ll probably talk about all of it, and maybe even some non-programming subjects.  Generally subjects that are geeky in nature.

Finally, as this thing gets going, bear with the disorganization for awhile, and hopefully at some point geeks of all persuasions will find Crappy Coding an interesting place to spend some time.

Comments

4 Comments on In the beginning…

  1. Kirsten on Mon, 16th Mar 2009 7:57 pm
  2. Welcome to the world of blogging! Give it six weeks I bet you $5 you cave and join Twitter ;)

  3. Dave on Mon, 16th Mar 2009 10:52 pm
  4. You say that like I haven’t already joined Twitter ;) Does that mean I owe you $5?

  5. Michelle on Tue, 17th Mar 2009 8:26 am
  6. Wait, you guys are on Twitter?! What’s your handle, I need to stalk… erm… follow you guys. :)

    Dave, very nice first post! I look forward to your future whims / posts!

  7. Kirsten on Tue, 17th Mar 2009 9:17 am
  8. No, I think I would owe you the $5 because my statement implied you don’t own it now, because you cannot cave on something you hath caved previously (if) and then I tacked on the six weeks bit, meaning the event would happen on or before dateadd(d,42,getdate()).

Tell me what you're thinking...