|
|
|
|
|
by iamartnez
4228 days ago
|
|
What a terrible post. Actually, it does have one use. If you're a recent grad or new to the industry, pay close to attention. Don't be like this guy. Before you envelope yourself in the comfort of frameworks and libraries, learn how to poke around the internals and understand the underlying architecture. Remember that these are tools written by humans just like you. They'll have bugs. Performance problems. Maybe an edge case the creators haven't thought of. And sometimes you'll be making the mistake. My personal rule (YMMV) is to never adopt a framework or library unless I'm ready to open a pull request. There are obvious exceptions like databases and other huge projects. I'm specifically referring to small libraries and application frameworks for this rule. Treating frameworks and libraries as a magical-voodoo-black-box is asking for trouble. Moreover if you decide to write a blog post warning people not to use a framework or library, you better have some deeper technical insight to back it up. This is just rude. |
|