Apex BOOST: Flow Logging
Logging errors is one of the most important steps you can take to improve the quality of your Salesforce solution. Let’s talk about how to utilize the Logger in the new Apex BOOST Library.
Logging errors is one of the most important steps you can take to improve the quality of your Salesforce solution. Let’s talk about how to utilize the Logger in the new Apex BOOST Library.
Logging errors is one of the most important steps you can take to improve the quality of your Salesforce solution. Let’s talk about how to utilize the Logger in the new Apex BOOST Library.
Design by Contract “Design by Contract” was coined by Bertrand Meyer to describe a feature of his Eiffel programming language. It has its roots in formal verification and specification. The primary idea is that elements of a software system collaborate with each other on the… Read More »Apex Contract Programming
Diagnostics are great for debugging and catching problems during development, but at release time, you may want them gone in order to speed up your code. This article introduces an Apex class that allows you to do just that.