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.
Unit testing does more to assure the quality of software than any other practice. If you care about the quality of your work, you must become proficient at writing unit tests. Tip #0 Write Real Unit Tests Salesforce requires that a certain percentage of your… Read More »Apex Unit Testing Tips & Tricks