Click here to Skip to main content
15,908,172 members
Articles / Programming Languages / Javascript

JavaScript "static" class - make JavaScript code more readable

Rate me:
Please Sign up or sign in to vote.
1.00/5 (2 votes)
11 Feb 2014CPOL2 min read 6.7K   1  
I usually use static classes for my C# helper-functions, when there're no properties to expose, nor any need to inherit from them. So this increases code readability. Javascript, however, doesn't have that feature, so how to immitate it?

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Denmark Denmark
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions