Some Words Regarding Client-side Testing And Code Quality

Testing and code quality is, perhaps, not the most exciting topic to address when writing about JavaScript and client-side programming, but, it’s important. Whether you’re working in a large team, or by yourself, if you don’t test and write maintainable code, you will ship bugs. All good programmers strive to write high-quality and bug-free code.… post continues