Should I fork for a major re-write that uses a small amount of the original code?

Posted by It'sNotALie. on Programmers See other posts from Programmers or by It'sNotALie.
Published on 2013-09-01T10:43:17Z Indexed on 2013/11/06 22:08 UTC
Read the original article Hit count: 185

Filed under:
|
|

I'm writing a library. It's a completely rewritten version of another one, to suit my needs (PCL compatibility, mainly). However, the API will be completely rewritten, as I'll need to change a lot of stuff around for PCL compliance. Also, as it is a rewrite, I won't be able to just start from the library and just change it bit by bit, as I typically see with forks. I tried that, but it just didn't work.

So what should I do? Should I fork here or should I make a new library?

© Programmers or respective owner

Related posts about open-source

Related posts about libraries