Tag:refactoring
All content with the tag "refactoring".
The Computed Inlining Refactoring Pattern in Vue
Learn how to improve Vue component performance and readability by applying the Computed Inlining pattern - a technique inspired by Martin Fowler's Inline Function pattern.
Read More→The Inline Vue Composables Refactoring pattern
Learn how to apply Martin Fowler's Extract Function pattern to Vue components using inline composables, making your code cleaner and more maintainable.
Read More→