Best Practices Best Practices For Writing Classes Writing a class is very similar to writing a book. When writing a book, you need to look on how to organize ideas into chapters. Then you'll need to organize
Best Practices Best Practices for Functions This article will provide guidance on how to improve the readability, scalability, and secure functions. When Should a Function be Created A function is a couple of statements that make
Best Practices Best Practices For If Conditions In order to make your code more review-friendly it's important to follow the following best practices in handling if conditions. Be Positive Always try to be more positive when writing
Best Practices How to Name Classes, Functions, and Variables Naming variables play a huge role in making code more human readable. This only improves on the overall quality of the code and make it better maintainable. General rules It's
Best Practices Keep Code Simple To keep the code simple, you need to keep the following in mind: No over-architecture No unused/commented-out code Only code for the current use cases Use built-in types or
Best Practices Clean Code Principles Principles When writing code, it is important to understand that someone needs to be able to review your code. For that it's important to follow a set of guidelines and