#clean-code
Read more stories on Hashnode
Articles with this tag
Pragmatic Programmer Rules any developers should know Iโve listed some of the most essential rules any software engineer should know. Those essential...
Clean Code Guideline for JavaScript Developers Learn the best practices and coding standards for clean and professional quality code that lasts...
If you are familiar with the keyword / namedarguments in programming languages such as Python, Ruby and PHP 8, you probably wonder if the same can be...
Let's learn how to use the OOP, Constructor Parameter Properties in your TypeScript class (known as TypeScript Constructor Shorthand or Constructor...
๐ก Let's learn the different ways to sort arrays in JavaScript with the array method sort() https://www.youtube.com/watch?v=3XYREfb_l94 ๐ Learn how...
How to use the enumerations in PHP 8.1? ยท PHP 8.1 offers the new enum structure natively. Let's see how we can use them in an advanced way! ๐ And how it...