Browsing Tag
codequality
14 posts
A New Era of Code Quality: Beyond bugs and into legal license compliance and risk management
In the interconnected world of software, few applications are conjured into existence entirely from scratch. Developers consistently draw…
“आरंभी शूर”: The Brutal Truth About Me
I’ve started more things than I’ve finished. And I’ve finally stopped pretending that’s okay. There’s a Marathi phrase…
Git Conventional Commits:
What is Git Conventional Commits? Git Conventional Commits is a structured way of writing commit messages that follow…
Tree-sitter: Simplificando a Análise de Código para Desenvolvedores
Se você já passou horas tentando entender um código mal indentado, ou se já se perdeu em um…
Boost Your Java Code Quality with PMD
Do you ever find yourself struggling with code smells in your Java projects? You’re not alone! Code smells…
5 Habits System Developers Must Break for Success
Ignoring Code Documentation: Failing to document code can lead to confusion and difficulties for future maintenance. Prioritize clear,…
Mastering Code Quality: Setting Up ESLint with Standard JS in TypeScript Projects
Learn how to enhance your TypeScript project by integrating JavaScript Standard Style rules using eslint-config-love in ESLint. This…
Using typedef
typedef is one of things that I can never look back from. Essentially, it allows to alias existing…
9 rules for writing (better?) code
Like many developers, I like learning new things. And one thing that interests me a lot is code…
Handling errors in TypeScript the right way
Error handling is one of the key areas in software engineering. When done correctly, it can save you…