Hacker News new | ask | show | jobs
by cschneid 6346 days ago
Is the PHP community open to refactorings of the code? Do they have the tests in place to make that possible?
2 comments

The PHP community is dead. The number of recent innovative libraries/components/technologies implemented in PHP (0) confirms it. The Dead Sea Effect (http://brucefwebster.com/2008/04/11/the-wetware-crisis-the-d...) only made it worse.
Why would they want to refactor their lexer? They're hard to get right in the first place.
Mostly, I'm curious about my second question. What's the state of testing the core of PHP? I'm totally unfamiliar with the implementation.

I understand that it may be dumb to refactor the lexer, but it gets less dumb if it's supported by hundreds of tests, and far more dumb if it's based on testing over time.