LWS Code Quality Scan
The LWS Salesforce Code Quality Scan evaluates your custom code. It uses PMD, CPD, and ESLint to identify security and code quality problems. In addition, the scan can run and report on Apex and Javascript unit tests.
The LWS Salesforce Code Quality Scan evaluates your custom code. It uses PMD, CPD, and ESLint to identify security and code quality problems. In addition, the scan can run and report on Apex and Javascript unit tests.
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.
Lightning Web Components are Salesforce’s recommended path forward for custom UI development. They provide the same basic features and capabilities as Lightning Components, but are built on more core web standards, and fewer Salesforce-specific technologies. This article will help you understand the differences, and get you started on a migration path.
Ready for an opportunity to scrutinize a coding habit or two? Take a look at the snippet below. If you tend to write controllers that follow this format, read on. The ‘Standard’ Controller Pattern public with sharing class LoanEditController { public Loan__c loan { get; set; }… Read More »Apex Controllers: Providing Data ‘On-Demand’