Blog.init();


A technical blog on Computer Science and Software Development topics by Tomás Pérez.


Tag: es2015


  1. Unit testing capabilities using advanced ES6 features

    Unit testing is a fundamental part of any development process. It’s a key tool that helps us to scale and balance maintainability and extensibility in large and diverse code repositories. The challenge: legacy components Ideally unit tests are contained and easy to write, and you can apply TDD because…

    javascript, es2015