Development Standards Feedback
I went through and updated / expanded on our development standards page. I've changed the format a little bit as well. I'd love it if various folks, especially seasoned module developers, could take a gander and let us know what we missed. This is all based off a discussion at the Ubercore meeting back in October.
Comments
Maybe add rules module as an
Maybe add rules module as an example in 5. ;)
Tormi
lol - I thought about it as I
lol - I thought about the same thing as I was writing that. : P
Probably one more IRC chat on the topic can get us a final decision.
Testing
I think one area that could probably use some love is testing. But there probably needs to be a specific conversation about some issues before making them into policies. I posted some of my ideas here: http://www.drupalcommerce.org/node/96
+1
+1
Function documentation
Just a suggestion : it would be good, as far as performance is concerned, to encourage devs to indicate any performance tips on api functions documentation, roughly like "this function hits the database". So that api users use resource hungry functions with care...