19/08/2012, 08:29 AM
Oh man, this is the first time I've been able to ward off a rant, woohoo!
Anyway, just going to post how much I feel like a noob using any library of the sorts to help me with programming. I know, it sounds really dumb to hate using libraries and API's but I always feel like I should be learning how to implement most things.
Just curious if anyone shares my rather stupid feelings, I usually go with "if I feel I can do it then I shouldn't use a library". Of course, this leads to a lot of wasted time and what not, but isn't the learning experience the good part about it?
Oh well, maybe I'll get off my high horse and accept the fact that I need to use things made by others to put something together, like a graphics library.
That'd be pretty difficult to implement.
E.g. Using regular expressions to find a specific tag in a webpage for scraping, when you can use one of the many libraries that people made for PHP that allow you to do this much faster (and without some crazy regular expressions). I'm still spoon at working with regular expressions in PHP, partly because testing is always a bitch when it comes to all this web/scripting stuff. :/
Anyway, just going to post how much I feel like a noob using any library of the sorts to help me with programming. I know, it sounds really dumb to hate using libraries and API's but I always feel like I should be learning how to implement most things.
Just curious if anyone shares my rather stupid feelings, I usually go with "if I feel I can do it then I shouldn't use a library". Of course, this leads to a lot of wasted time and what not, but isn't the learning experience the good part about it?
Oh well, maybe I'll get off my high horse and accept the fact that I need to use things made by others to put something together, like a graphics library.
That'd be pretty difficult to implement.
E.g. Using regular expressions to find a specific tag in a webpage for scraping, when you can use one of the many libraries that people made for PHP that allow you to do this much faster (and without some crazy regular expressions). I'm still spoon at working with regular expressions in PHP, partly because testing is always a bitch when it comes to all this web/scripting stuff. :/