-
Hello Crystal
Crystal is a programming language created in 2011 which was designed to be productive and elegant as Ruby but faster as a compiled language. …
-
Why automated testing?
Automated testing is a great way to ensure software quality. The TDD (Test driven development) leads the developers to create simple and maintainable code while BDD (Behavior Driven Development) is responsible to test the connected parts of the software, that is, it’s behavior or domain. …