Hallo,
Hebben jullie standaarden vastgelegd waar (externe) ontwikkelaars aan moeten voldoen ? Wij zijn nu een aantal projecten aan het uitbesteden en ik probeer wat vast te leggen aan standaarden. Ik worstel vooral nog met hoe stellig, hoe specifiek en hoe uitleggend we gaan vastleggen. (dus eigenlijk alles) Voorbeeldje:
Website
- Always deliver a robots.txt in the webroot. File may be 0-byte.
- Always deliver a favicon.ico in the webroot. File may be 0-byte.
- Never use hardcoded hostnames in the code of the site, except when this is required for the functionality. If for any reason hostnames are required: comment
- When php: always use closing php-tags (the "?>"). Never close the file with cosmetic newlines (the "\n"). Some php scripts are executed from the commandline and closing newlines result in more output then required.
... en zo nog een paar onderdelen
Marcus

Likes:


) Voorbeeldje:
Quote