Search Results

3
votes

Which PHP CMS has the best architecture?

I have no idea, I don't do PHP any more... But I can answer you in the negative. There's one CMS, no matter how solid it may be, that is totally impenetrable in its internals: Typo3. I've t …
1
vote

What code metric(s) convince you that provided code is “crappy”?

At first sight: cargo cult application of code idioms. As soon as I have a closer look: obvious bugs and misconceptions by the programmer. …