The importance of maintainable JavaScript code.
Christian Heilmann has written an article on the importance of writing maintanable JavaScript. Advice ranges from simple ideas such as adding comments to your code and having functions do just one thing to some more grandiose concepts such as textual content from code. His core theme is about writing code that is maintainable and also as reusable as possible. Although this article is aimed directly at the JavaScript crowd, a lot of this advice carries over to any language.
Post a Comment
You must be logged in to post a comment.