JavaScript naming conventions and coding guidelines

Iโ€™ve recognized that Iโ€™m sometimes not following the general rules when writing JavaScript code. *ashamed* For example: - Using a lot of C# conventions, which are wrong in JS, - Putting accidentally variables and functions in the global scope, - Pascal and Camel casing is mixedly used for naming variables and functions all over our … Continue reading JavaScript naming conventions and coding guidelines