I'm with Leeza on this one.
Printable View
I'm with Leeza on this one.
HTML validation would be great, but the general consensus is "don't mess with the vB code directly because it makes support and upgrades take about 10 times as much work."
OOP?:D
Leeza is a KILLING MACHINEQuote:
Originally Posted by Leeza
It also encourages sloppy HTML as people expect it to be fixed automatically for them :pQuote:
Originally Posted by Samuraid
but the issue that is trying to be avoided constists of sloppy coding alread :p I gotta get me a handle on Vbulletin source. Is it fairly OOP or it it just teh sux?
It's mostly procedural, with a few parts (like the database layer) as classes.
Gaahhh... Hate/love OOP. Hate it when I have to debug it, since I learned procedural back in the days I went to College and I rip off half my hair to find my way around it ;) Love it because it makes so much more sense and is way more powerful than procedural.