Just as everybody else, I’ve been trying git and github. But I won’t say how nice and simple git is, and I also won’t comment about how amazing github is. They are all that good and we’re already tired of listening to it. What I will say is that my oficial repository of cakephp snippets can be found here.
So, what’s inside the box so far?
I’ve commited and pulled 2 behaviors so far. The first intends to take it easy in your db, by providing data binding to your queries through sql JOINs, and is called LinkableBehavior. Second is the implementation of lazy load, making it easy to get related models data, and was named LazyLoaderBehavior. Both classes were designed on top of simple principles and are only supposed to provide simple solutions for common tasks, but only it’s solution, no extra features, no big performance hits, and little to no code complexity. Simple concepts, simple implementations.
Source codes are always commented, with an intended-to-be-short summary on file header.
Blog posts shall be written and the github’s wiki used to document and talk about all the code you find there, but you’ll probably have to wait more for this than for new code ;-P .
If you like something over there, please, give me feedback.
If you want to see some pattern or concept implemented, please, implement it yourself.
Everything there shall be published under the MIT license, so, just double-click it to edit, just don’t remove my name ;-P – and slogans either, cuz I like them and I think they’re very nice.
1 response so far ↓
How is it going so far? « Something on Everything // December 11, 2008 at 1:40 am |
[...] 11, 2008 · No Comments Almost a month now since I started publishing some code and, well, everything is going just fine. I’m deep involved on my company’s [...]