Tag: code quality
Why is Code Quality Crucial for Successful Software Development?
Code quality is vital for the fruitful execution of any program. It is the main KPI to gauge the handiness and viability of the software project. ...
Your AI Might be Lying to You
Simple tests can demonstrate whether a code generator is actually doing what you ask ...
5 Unusual Ways to Improve Code Quality
Code quality refers to how well-written and maintainable software code is. It encompasses factors such as readability, efficiency, scalability, reliability, maintainability and security. High code quality ensures that software is easy to ...
How to Improve Code Quality, Efficiently, with Static Analysis
As hard as they try, no programmer is perfect. Testing and manual code reviews cannot find every problem in their code, so software vulnerabilities and bugs persist. Unfortunately, the amount of software ...
Sonatype Advances Open Source Code Quality, Security
Sonatype today launched an Advanced Development Pack service that surfaces dependencies between open source components in a way that makes it easier for developers to know which ones to employ to build ...
4 Steps To Achieve a 66% Reduction in Test Run Time
Here are ways organizations can reduce their test run times to improve speed and efficiency Consult any recent DevOps survey and the same theme emerges: Testing remains one of the biggest roadblocks ...
Code Quality Doesn’t Have to Be Like the Weather
Sometimes code quality feels like the weather: everyone talks about it, but no one ever does anything. Of course, that's not from a lack of good will; most folks would love to ...
Release Automation: Delivering the Big Quality Payoff
Have you ever gone down the path of testing the latest release of an application only to find out that you had the wrong version? Maybe you accidentally grabbed the wrong build ...
Automation Killed QA – It’s Time to Deal With It
Quality assurance (QA) had a good run. From the time it was considered an afterthought by organizations and software vendors alike to the era of massive outsourcing contracts, followed by significant vendor ...
Force Multiplication
Recently, I have found myself reflecting on the statement, "Be a force multiplier." This usually comes to mind when faced with some sort of burnout: hearing it indirectly from a colleague or ...
Are the Milliseconds Worth It?
The pressure to prove one's coding prowess can make a developer do some very clever and creative things with their source code. Sometimes it's just a unique approach, but every once in ...