Mohamed ElmedanySenior Software EngineerRefactoring Gone Wild: Avoiding code smells and cleaning up the mess Identifying and avoiding bad coding practices, and refactoring them into clean, elegant, self-explanatory code Published onApril 17, 2025kotlinrefactoringbest-practicesclean-code
Komeil MehranfarSenior Frontend DeveloperHow to write effective and clean unit tests in JavaScript Learn essential best practices for writing clean and effective unit tests in JavaScript. From using descriptive test cases to following the Arrange-Act-Assert pattern, discover how to enhance your testing practices for better code quality and maintainability. Published onFebruary 18, 2025javascripttestingunit-testsjestbest-practices