Currently if you look at the code of tomatocart it's sometimes very messy. That's why I suggest to use coding standard to have more readable code.
What bothers me the most are the following things:
- Use correct indenting (I suggest on taking tabs as 4spaces) (replace tabs by spaces also!)
- write comments. This is a very important thing if you want other developers to join coding. I can't find any descend comment in the project classes etc. Comment every function / class and inline with code. This will help other developers
I think the team should adapt these rules. It would be better for the community. Maybe you can use a tool as codesniffer together with eclipse, so you can directly see where you violate the coding standards. Try to make some rules in a sniff file and use it within eclipse by all team members.
Here is the link of
Codesniffer.
Hope the team will adapt this best practice
Greets,
Ward Loockx