Use version control and folder structure to prevent too many files from all in one folder. There is nothing more painful than waiting for Windows Explorer to download something, because there are more than 1000 files in the folder, and when the folder loads, they load. Agreement on variable names and methods is also useful, if possible, in advance, so that there isnβt such a different type of code in which different developers all put their own unique touches, and this painfully shows.
Using design patterns can be useful in organizing code and scaling it nicely, for example. a strategy template can lead to a simpler time when you need to add a new type of product or device that needs to be supported. Similarly for using some adapters or facade templates.
Finally, know which standards your forms will support: is it only for IE users, or if any of IE, Firefox or Safari easily loads the form and looks good?
Jb king
source share