10 Signs Your Salesforce Code Needs Attention
For most customers, Salesforce custom code is difficult to evaluate. But determining its quality is critical.
Here are some of the signs – the effects – of potential code problems.
For most customers, Salesforce custom code is difficult to evaluate. But determining its quality is critical.
Here are some of the signs – the effects – of potential code problems.
PMD improves quality and saves money by finding defects during development. This article covers some of the more common PMD errors and warnings in Apex code, and why you should heed them.
PMD is a free static analysis tool that works with Apex code, will help you find bugs, and make you a better coder! This is the first in a series of posts on how to utilize PMD within your Visual Studio Code projects.
Happy Sunday all! This week’s review looks at more example code from the Apex Developer Guide. We’re sure Salesforce would never claim this to be production-quality code, but these snippets are what many developers use as a model for writing their own code. It would be… Read More »High Quality Apex: Code Review #4
Happy Thanksgiving weekend everyone! This week’s review is a short one, looking at some example code from the Apex Developer Guide that demonstrates superclass concepts and usage of the “this” keyword. I’m sure Salesforce would never claim this to be production-quality code, but these snippets… Read More »High Quality Apex: Code Review #3