Lazy programming
Thursday, October 26, 2006 | 1:34:24 AM
I think I've reached the point in my programming career (at least with PHP) that I can start working off the scripts of other people instead of doing it by myself to learn. For example, this blog. So now I know I can make a blog. Gimme wordpress now. XML-RPC has been ugh to implement, but I've been getting it started. I've just been too lazy to work the extraction of links in my posts. In addition, it's annoying to test it out and debug.
That's just one example, of course.
There comes a point where doing it all alone is too much. Why not take advantage of these scripts? I'll still be able to modify to my own needs, but the grunt work will be finished.
Plus, these regular expressions are annoying me. I don't really see any reason why some of them aren't working. I even tested it on RegExLib and it gets the data just fine. PHP is buggy, eh?
So I think I'll stop trying to make things from scratch if possible. I'm too lazy to implement some things sometimes, and it's not too bad to modify nice code.