Skip to main content

DRY ↔ (principle) to avoid repeat Code/etc via Abstraction/Functional Programming

aka DRY, Dont-Repeat-Yourself, Reuse

Refactor

(process) to restructure Code to improve Readability, updating, etc

WET

We Enjoy Typing?!?

References

  1. Utility Class ↔ class library with predefined rules for DRY Code & consistent naming scheme, & more granular custom control over groups of base CSS styles

  2. Component ↔ 🧱Composable code to Encapsulate, Reuse & return React Element Fiber via JSX