-
For all languages that is not HTML and CSS, use camelCase for all names, including variables and functions. For HTML and CSS, classes and IDs must be named where each word is separated by a dash, and all the letters have to be lowercase.
-
Make sure that the CSS styling is grouped by attribute to avoid clustered CSS code! For example, all the code that has to do with fonts are grouped together in a class, and all the border stuff is grouped together, and so on!
-
Every object needs to be somewhat modular so that we can copy paste without problems.
-
all backend must be spaghettiIt's about the front end user experience, if it doesn't feel nice, fix it. -
The if statements need to be written in a form like this: if (expression) { //code }
-
Don't delete other's stuff without asking what it was used for, it might be important to their vision of the project.
-
COMMENT EVERYTHING
-
All of these rules apply in retrospect, with a grace period. The refactoring should be done before you push to this repo.
forked from JelyMe/JelyMe.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Hosting all the NZQA files you could ever want
MitarNikolic/JelyMe.github.io
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Hosting all the NZQA files you could ever want
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- CSS 81.2%
- JavaScript 15.1%
- HTML 3.7%