Firefox is a massive piece of code and following modern browser standards is so difficult that it’s a feat for big teams of developers and no small team seems to be able to pick the pace needed.
Yeah, one of the largest pieces of software humanity has created, next to Google Chrome and the Linux kernel, which are all around 30 million lines of code.
To give a frame of reference: With a team of 5 full-time devs at my dayjob, we can dish out a codebase of about 20 thousand lines over the course of two years.
A browser might be somewhat quicker to build, because the requirements are relatively clear at this point and you can start implementing many standards in parallel. But yeah, it’s still just an insane amount of code.
What’s the license on Firefox and why is it so impossible to create a fork of that browser that doesn’t suck?
Nothing to do with license.
Firefox is a massive piece of code and following modern browser standards is so difficult that it’s a feat for big teams of developers and no small team seems to be able to pick the pace needed.
Yeah, one of the largest pieces of software humanity has created, next to Google Chrome and the Linux kernel, which are all around 30 million lines of code.
To give a frame of reference: With a team of 5 full-time devs at my dayjob, we can dish out a codebase of about 20 thousand lines over the course of two years.
A browser might be somewhat quicker to build, because the requirements are relatively clear at this point and you can start implementing many standards in parallel. But yeah, it’s still just an insane amount of code.
Mozilla Public License, and there are a number of forks. A browser is a lot of work though.
What’s holding you back from doing that?
what would you want changed