by shigemk2

当面は技術的なことしか書かない

97 Things Every Programmer Should Know 72 Reinvent the Wheel Often

個人的に、「車輪の再発明」を明示せずに「わしが育てた」的な発言をするのは
どうかと思っている。

Just use something that exists—it's silly to reinvent the wheel.…

Why is reinventing the wheel so frowned upon? Because, more often than not, existing code is working code. It has already gone through some sort of quality control and rigorous testing, and is being used successfully.

Reinventing the wheel is not just an exercise in where to place code constructs: it is about how to get an intimate knowledge of the inner workings of various components that already exist.

Reinventing the wheel is as important to a developer's education and skill as weightlifting is to a body builder.