-
Notifications
You must be signed in to change notification settings - Fork 8
Code Standards
Dylan Allbee edited this page Nov 2, 2013
·
10 revisions
We strictly require the following code standards on the CSE Club Website project
- Version: 2.7.5
- Style: Python PEP-8
- Security: To be added
- Performance: To be added
- Style: Google's JavaScript style guide
- Security: To be added
- Performance: To be added
- Version: HTML 5, CSS 3
- Compatibility: Chrome, Firefox, Safari, Internet Explorer 8+, Mobile Sizes
- Style: Google's HTML/CSS style guide
Avoid images in layout as much as possible. Use a PNG file format for images that are used, and make sure that they are 300 dpi so that we can support Retina screens.
AES-192 in CFB mode. No exceptions. Encryption keys should be 32 chars with at least a 92 character space (Letters + Digits + Symbols). If you don't understand what this means, do not work on code dealing with encryption