codequality


post-796-thumbnail
Laws Of Tech Debt Part I: Macro Trends That Make Tech Debt Inevitable

Have you ever heard of a software development team that didn't have to deal with technical debt? Me...

post-489-thumbnail
5 Easy Wins For Cleaner Javascript Code šŸ§¹

Imagine an empty and clean kitchen sink. It's so shiny you can see your reflection inside of it. If y...

post-461-thumbnail
Code Reviews And The Company Goal

Code reviews are an important part of how we write code today. It's pretty rare to find a company tha...

post-342-thumbnail
Abstract Operationsā€”The Key To Understand Coercion In Javascript

I was intrigued by one the question asked on my So you think you know JavaScript article. {} + [];...