8 reader reasons for re-inventing the wheel as a programmer
3 minutes read | 520 words by Ruben BerenguelAs I promised in my previous post reasons for re-inventing the wheel as a programmer, here I collect 8 reader reasons for re-inventing the wheel from comments on the reddit thread and on page comments. They are in no particular order AFAIK.
-
You need a faster wheel: Embedded software is the prime example of such. Average 10 cycles, worst case 15 cycles is not good when your system can explode if you do not attain 14 cycles at most. By AdShea, Reddit, also by Steven Benner, on page comment.
-
Ability to support future wheel-enhancement requests at a moment’s notice: Richard Feynman wrote “What I cannot build, I do not understand.” Thus, if you need to maintain a large piece of code for a long time, it is better to have it written to suit your style and your understanding of the system. By glibc, Reddit.
-
Harder to understand currently existing wheel: Some systems are designed with such poor documentation or interfaces that using them can be a pain, and a lot of time can be saved just by writing your own implementation. By tmoertel, Reddit.
-
The existing wheel is ineffective: You are 3 weeks into the project, and the existing wheel you used breaks if it goes over 50 mph in a 3 lane eastbound highway in a state on the western coast. Or discovering that it doesn’t have support for dirt roads. Or that the wheels fall off on hybrid cars. By TheKludge, Reddit.
-
Current wheels are not suitable: All our wheels are square, because we support driving up and down steps. If you don’t want to drive up and down steps, and want to drive on roads, just ignore the 900mb of additional classes that you don’t want, and include these 57 lines of XML config. By jstddvwls, Reddit.
-
Wheel quality: All software contains bugs. If you need to rely on a piece of code, it is better to write and understand it yourself than to trust a random library you’ve found somewhere for download. By Luzius Meisser, on page comment.
-
Funny axles: It’s quicker to re-invent my own wheel because then I can be sure it just fits where I want it to go, whereas otherwise I’d have to spend hours inventing an axle adapter. Using off-the-shelf implementations sometimes demands coping with a lot of baggage in the way of interfaces and setup, that may not be a good fit with code you’ve already produced. By Jerboa, on page comment.
-
Ignorance: You didn’t know that it was a wheel, at that it already was invented. By Jens Schauder, on page comment. This one is probably the best I’ve read.
If you find any spelling error in your name, or want to add your real name and web-page to your reason, send me a message using the same channel you used for commenting. Thanks!
Related posts:
9 programming books I have read and somewhat liked…
The two best mind mapping apps for iPhone
Love thy tools to maximize your productivity
Slow, natural, deadly: The importance of fundamentals
What the ‘broken windows theory’ has to say about productivity
ParseList(ScrambleList(Relateds(Programming)),10)