I wanted to develop a Wordpress plugin.
There's a few existing plugins for the subject I wanted to code.
I thought I would get some inspiration by looking at the code.
It's a gigantic mess of spaghetti!
The code I looked at, looks like it's been made using an IDE. There seems to be so many folders and files - it's crazy. Others I looked at seem to be similar.
It seems like an enterprise application.
I'm more than capable of writing a spec and coding myself.
The only thing I'm missing would be Wordpress practices - setting up tables and using hooks and other things.
Any advice?
Or do I just get dirty and sink my head into the code and untangle?
QUESTIONS:
- Do you use an IDE to code PHP?
- What are the most popular IDE's?
Thanks.