What is the biggest library/tool/framework/etc you wrote only to discover that it is freely available or already exists somewhere?
|
1
|
|||||||||||
|
|
|
Frameworks. Over the years, I've created several frameworks for text user interfaces, GUIs, web applications. |
|||
|
|
|
|
Whilst doing my cs final project I had never heard of an orm so I spent ages (about 3 hours in student land) trying to write a mapping module. |
|||
|
|
|
|
I know people who tried to re-invent a "programming questions" web site into a chat forum for trading war stories. |
|||
|
|
|
|
Well, I know people, that wrote an interpreted C-like language compiler/interpreter, and later on extended it with most of the C++ features, even templates and so. |
||||
|
|
|
Pretty much everything i've tried to do in Java there's been a free and (usually) better wheel already made. |
|||
|
|
|
|
Recently I ported my website to Python and after a few months of work, I discovered that I'd basically reimplemented Django... (not the whole thing obviously, not in a few months, but it was heading in that direction) |
|||
|
|
|
|
Well, Al Gore once reinvented the internet... does that count? |
||||||||
|
|
|
I implemented ActiveRecord in PHP 4 back in 2005. Rails was pretty new, and I didn't even know it existed. I also wasn't aware of an active record implementation in PHP, so I went ahead and implemented it myself. |
||||
|
