Link to home
Start Free TrialLog in
Avatar of gisvpn
gisvpnFlag for United States of America

asked on

Coding Standards

This question is really about standards.

I am running a few projects using freelancers as coders (all web based technology) who will be working from a Functional Specification. The specification will for example say that menu should behave in a certain way; for example slide down and show the user the options and upon mouse over highlight in blue.

This can be approached in a number of different ways, not least which script to write it in but also how it is scripted.

I want to give guidance on the way the page is scripted. Although the page will be fully tested, my other priority is maintainability of the page especially as the page may be amended by another developer at another date.

I am thinking of giving the freelance coders a standard to go by to ensure that the way in which the code is written is best practice and will leave the page flexible for future development and amendments. I know the latter is difficult but I’m sure there is an approach that will in some way help support this. The main codes I will be using are likely to be:

WordPress
HTML
CSS
JavaScript
Flash
XML (feeds from WordPress)
JQuery

Are there any recommendations on how I could approach this in giving some guidelines to ensure a certain good level of coding is done by the freelancers and the quality of the code is good and supports the page being maintainable for the future?

Are there any naming strategy’s that could be useful to use for example..

Regards
GISVPN
Avatar of strickdd
strickdd
Flag of United States of America image

Anything that has to be standardized in that way should have a code-sample to work from. The rest of the code should be pretty easily maintainable because there way of doing this is much more limited.
Avatar of gisvpn

ASKER

Hi,

 Thanks for the post could you explain a little more on how the code sample that they would work from could work?

Regards,

Gisvpn
ASKER CERTIFIED SOLUTION
Avatar of LlamaJoe
LlamaJoe

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial