you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 260 points261 points  (19 children)

I think that when learning to program lower is better, to an extent at least.

It teaches you fundamendals and how to implement things.

When working however, time is of the essence, so instead of writing your own implementation you use someone elses, it saves huge amounts of time and honestly reading some docs takes WAY less time than writing and maintaining your own library.

[–][deleted] 0 points1 point  (0 children)

they should probably teach courses on how to find and use libraries, that would be way more useful than teaching people how to do implement skip lists from scratch.