Comment Re:Programmers never code from scratch. (Score 1) 641
What you call from scratch relies on libraries that are coded by someone else.
So you just assemble code others have made. If you make a custom http parser you rely on io,string and other libraries people have made for you.
Well if you code drivers, you almost code from scratch.