2 रिपॉजिटरी
Independent units of functionality that can be grouped and managed as a single module.
Distinct from Modular Business Logic Compositions: Distinct from business logic compositions by focusing on the structural grouping of functionality as modules.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Application Modules. Refine with filters or upvote what's useful.
यह प्रोजेक्ट एक Swift iOS आर्किटेक्चर टेम्प्लेट है जो Clean Architecture पैटर्न को लागू करता है। यह परीक्षण क्षमता और रखरखाव में सुधार करने के लिए बिज़नेस नियमों को बाहरी फ्रेमवर्क, यूज़र इंटरफ़ेस और इंफ्रास्ट्रक्चर से अलग करने के लिए सॉफ्टवेयर को अलग-अलग परतों में व्यवस्थित करता है। यह टेम्प्लेट मुख्य बिज़नेस लॉजिक को अलग करने के लिए डोमेन ड्रिवन डिज़ाइन को शामिल करता है और फीचर्स को स्वतंत्र मॉड्यूल में विभाजित करने के लिए एक मॉड्यूलर एप्लिकेशन स्ट्रक्चर का उपयोग करता है। यह व्यू कंट्रोलर्स से रूटिंग लॉजिक को हटाने के लिए कोऑर्डिनेटर पैटर्न और घटकों को स्वतंत्र और बदलने योग्य सुनिश्चित करने के लिए एक डिपेंडेंसी इंजेक्शन फ्रेमवर्क का उपयोग करता है। यह आर्किटेक्चर लॉजिक को व्यू लेयर से अलग करने के लिए रिएक्टिव स्टेट मैनेजमेंट का लाभ उठाता है और बिज़नेस नियमों को संशोधित किए बिना डेटा प्रदाताओं को बदलने की अनुमति देने के लिए इंटरफ़ेस-आधारित इंफ्रास्ट्रक्चर का उपयोग करता है।
Breaks the application into independent functional modules to enhance build scalability and separation of concerns.
Modular is a framework for the Flutter ecosystem that provides a structured approach to application architecture through module-based dependency injection and navigation management. It enables developers to organize complex codebases into independent, decoupled units, facilitating the management of shared services and object lifecycles within specific application scopes. The framework distinguishes itself by offering hierarchical dependency scoping and lazy resolution, which allow for the automatic creation and disposal of objects based on the active module or page lifecycle. It also features
Groups related routes and dependency injection into independent units to decouple application logic.