Post code for review?

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

Post code for review?

Post by alex.barylski »

I've spent the last several hours working on a class which I hope makes working and dealing with CSV slightly easier (I have a need for csv at the moment - yes unbelieveable I know).

Anyways, I'd like to post the 100 or so lines of code 200+ w/ comments in the forum so you all can look at it, offer suggestions or best of all, fix bugs...as your opinion doesn't really matter :P

Just kidding... ;)

Anyways, can I post this code in the code forum or do I have to zip it and offer it as a download somewhere?

Thanks :)
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Ahem, Code Snipplets forum.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Post by alex.barylski »

Jcart wrote:Ahem, Code Snipplets forum.
:lol:

Sorry...didn't even think of that...

Although, it's not really a snippet, but an entire class...i'll post it there then... :)

Cheers
Post Reply