What was your latest "just got it right" moment?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

What was your latest "just got it right" moment?

Post by alex.barylski »

Ever get that feeling you just solved the problem the right way because every feature you add on at a later time just fits nice without any unnessecary hacking???

I've been implementing a newsletter management application and initially wrote the sending script as one monolithic script. I later refactored into several scripts.

Just today I wanted to add a "pause" switch to my sending script incase a user ever realizes they made a mistake and wants to correct the remaining recipeitns message.

Because the several smaller scripts are just "done write" (pun intended) everything just fi right in and made me feel much better. :)

Share your latest story??? :)

Cheers :)
Post Reply