qCal iCalendar library finally going to see the light of day

Coding Critique is the place to post source code for peer review by other members of DevNetwork. Any kind of code can be posted. Code posted does not have to be limited to PHP. All members are invited to contribute constructive criticism with the goal of improving the code. Posted code should include some background information about it and what areas you specifically would like help with.

Popular code excerpts may be moved to "Code Snippets" by the moderators.

Moderator: General Moderators

Post Reply
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

qCal iCalendar library finally going to see the light of day

Post by Luke »

Hey guys. Long time no talk. Maybe some of you remember the iCalendar library I started several years ago? Well it is finally seeing its first release. You can read a little more about it here:

http://lukevisinoni.com/2009/12/31/qcal-v001-released/

I am not really looking for a critique, as much as I would just like to let everybody know that it's back in active development and that there will be a regular release cycle from here on out. I just couldn't think of a more suitable place to post it. Anyway, if anybody has any interest in it, please let me know what you think!

(By the way, the next release will be "The Great Documentation Release", so if you don't feel like poking through the unit tests, you can wait until the next release and you'll have all kinds of documentation to shed some light on how it works).
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Re: qCal iCalendar library finally going to see the light of day

Post by Luke »

With the overwhelming response I got from this post :lol: , I have decided to follow it up to let everybody know v0.0.2 has been released. I have set up documentation at http://qcal.lukevisinoni.com/ and it's going very well. The next release will be on January 28th.

http://code.google.com/p/qcal/downloads/list

Enjoy!
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: qCal iCalendar library finally going to see the light of day

Post by josh »

Luke wrote:I am not really looking for a critique
Not much to critique about something thats well tested (aside from absurd comment to code ratio.. like in qCal_Component_Daylight ;-)). Nice work
Post Reply