About 745,000 results
Open links in new tab
  1. Managing Git Submodules (example) | by Anton Baksheiev

    Aug 16, 2024 · Using Git submodules can offer several benefits and drawbacks, depending on your project needs. Here’s a balanced view of both positive and negative aspects: Modularity: Submodules allow you to...

  2. Working with Git submodules: A practical guide (with examples)

    Jan 27, 2024 · Incorporating Git submodules into your development workflow can greatly improve the management of external code dependencies. By following the steps lined out in this guide and considering best practices, you can efficiently work with submodules and ensure a more integrated and trackable codebase.

    Missing:

    • Data Flow

    Must include:

  3. Sample Applications | mobilejazz/harmony-kotlin | DeepWiki

    On this page Sample Applications Purpose and Overview Sample Project Structure Sample Core Module Core Module Configuration Key Features Featured Sample: Hacker News Hacker News Data Flow Implementation Details UI Architecture Patterns MVP (Model-View-Presenter) Implementation MVI (Model-View-Intent) Implementation Sample Applications Component ...

  4. Submodules: Core concept, workflows and tips - Atlassian

    Submodules support some workflows well and others less optimally. This guide explores various tips for working with submodules.

  5. What is the best way to implement git flow with a project with …

    Apr 9, 2019 · Submodules are needed to atomically control permissions to folders under git. As of now, I don't know of any viable alternative, hence had to make it work with git flow. Git flow with submodules: Scripts. echo "Missing Command" >&2. exit 1. printf "\n\nStarted running command \"${COMMAND}\" in directory \"${DIR}\"\n\n" \ && \ cd "$DIR" \ && \

  6. Working with submodules - The GitHub Blog

    Jul 23, 2024 · Submodules allow you to include or embed one or more repositories as a sub-folder inside another repository. For many projects, submodules aren’t the best answer (more on this below), and even at their best, working with submodules can be tricky, but let’s start by looking at a straight-forward example.

  7. Common modularization patterns - Android Developers

    Feb 10, 2025 · Sample data modules and their content. A feature is an isolated part of an app's functionality that usually corresponds to a screen or series of closely related screens, like a sign up or checkout flow. If your app has a bottom bar navigation, it’s likely that each destination is …

    Missing:

    • Data Flow

    Must include:

  8. App architecture basics in SwiftUI Part 3: Module-separated layers

    Feb 12, 2021 · Separating architectural layers (e.g. Model, View, and optionally others) into their own modules lets you establish rules about how to connect your layers, which types and properties should be accessible and keeps the overhead low on adding new layers.

    Missing:

    • Data Flow

    Must include:

  9. Project Management with GitHub Sub-modules - Medium

    Feb 5, 2024 · I added RAG modules to retrieve data from vectorDB and Oracle tables. And I wanted to run those codes using some chat UI, so finally I added streamlit chat UI.

    Missing:

    • Data Flow

    Must include:

  10. How to represent submodules in use case diagram

    Feb 16, 2012 · I need to know, how to represent the sub modules of a module. For example i am having a module called X. This module X is actually made up of three sub modules called x1, x2 and x3. User can choose any of this sub module from the available options. That means this module does not exits with out this 3 sub modules.

  11. Some results have been removed
Refresh