Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
afduarte5999yThe thing is, unless you're following some online tutorial which is proven to be very good, your implementation will most likely be worst than the one in the libraries (nothing against you, it's the power of the community). On the other hand, if you do follow said tutorial and essentially do it like the library, why not just use the library?
Programming is all about knowing when not to reinvent the wheel... I would never use my own implementation in production... Now if you're still learning and you're using that as a learning tool, go ahead and do it! -
axrs729y@afduarte fully agree. If a a framework that's used by many has the functionality you need, then it's worth investigating. Many eyes are better than one. It would also have been heavily tested.
Programmers should, at least once, write the data structures for a non production project for enlightenment. This allows them to understand how they work internally. If not then for self-enlightnment.
Related Rants
-
xjose97x19Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
-
Unskipp24So this happened last night... Gf: my favorite bra is not fitting me anymore Me: get a new one ? Gf: but it ...
-
sam966911Hats off to this lady .... I would have just flipped the machine
Am I clinically insane for actually enjoying having to make lists/stacks/queues/etc in c++ vs using a language with them built in? Or just young and naive?
undefined
c++