How to protect our code from Bugs?
Very Simple Tips ⤵️
1. One of the best ways to do so is, of course, testing. Nothing gives us hope in better tomorrow than 100% test coverage.
2. As a professional developer, you probably think ten times before allowing a library v0.0.1 from an unknown publisher to touch your sacred Business Rules.
After all, if we want to be healthy, we stay away from form junk food.
3. We should try to protect our valuable application core from unreasonable changes
4. Coupling business logic with UI is a substantial violation of the Single Responsibility Principle. So, don't do that
Hi Twitter,
I want to quickly share the best resources to learn Javascript.
Are you just getting started?
Read On ⤵️
Why Javascript?
* It is the language of the INTERNET
* Works on Backend as well as frontend, so if you are getting started, it keeps your options open.
* All you need is an IDE and browser to get started, no complicated setup
* Its easy to get started, has great community