View Single Post
12-06-2010, 09:03 PM
#1
Village Genius is offline Village Genius
Village Genius's Avatar
Status: Geek
Join date: Apr 2006
Location: Denver, CO
Expertise: Software
Software: Chrome, Notepad++
 
Posts: 6,894
iTrader: 18 / 100%
 

Village Genius will become famous soon enough

  Old  Is it just me, or does wordpress suck form a coding standpoint?

I've been working with wordpress lately and I must say that I absolutely despise it. I am very surprised it is the largest blogging software with all its faults. So far they have included the following:
  • Inconsistent naming scheme
  • No real templating system
  • Poor back-end documentation
  • Inherent undocumented external dependencies*
*It is a generally accepted standard in programming that included files should not have to rely on any external dependencies. This means that if you have a file that requires database interaction, it must include the DB file opposed to requiring that the file which calls it have done that. This leads to cleaner, easier to use code and is considered in a sin to violate in most programming languages (especially C).

Could someone shed some light on to why Wordpress is the most widely used system out there?

Reply With Quote