product architecture

Product architecture: The structure of a product or service. Product architecture defines the components of a product, the relationships between those components, and the dependencies between those components.

if (addPointButton) { addPointButton.addEventListener('click', addDrmDataPoint); } if (calculateButton) { calculateButton.addEventListener('click', calculateDiminishingReturns); }