+ 2

JavaScript Code Styling/Best Practices?

For larger Javascript projects, is there any sort of styling or general best practices that will help keep everything more manageable?

5th Mar 2017, 11:32 PM
Raguth Wolf
Raguth Wolf - avatar
1 Answer
+ 1
Utilize functions to keep generalized ideas together and minimize global variables. Building on that notion of similar ideas, make modules of code to group like code into their own pages/files.
6th Mar 2017, 6:30 AM
Matt
Matt - avatar