Tag

code sharing

0 views collected around this technical thread.

Continuous Delivery 2.0
Continuous Delivery 2.0
May 9, 2023 · Fundamentals

Advantages, Costs, and Trade‑offs of Google’s Monorepo (Piper) Model

The article examines Google’s single‑repository (monorepo) strategy, detailing its technical benefits such as unified version control, code sharing, and atomic changes, while also analyzing the substantial tooling, infrastructure, and maintenance costs, and discussing why alternatives like Git are not adopted.

code sharingdependency managementmonorepo
0 likes · 15 min read
Advantages, Costs, and Trade‑offs of Google’s Monorepo (Piper) Model
IEG Growth Platform Technology Team
IEG Growth Platform Technology Team
Apr 12, 2022 · Frontend Development

Understanding Monorepos: Benefits, Tools, and How to Choose the Right Solution

This article explains what a monorepo is, why teams might adopt it, outlines its key advantages such as simplified code sharing and faster project setup, compares popular monorepo tools like Bazel, Lerna, Nx, and Turborepo, and offers guidance on selecting the most suitable tool for a given workflow.

Build ToolsRepository Managementcode sharing
0 likes · 13 min read
Understanding Monorepos: Benefits, Tools, and How to Choose the Right Solution
Ctrip Technology
Ctrip Technology
Jun 21, 2016 · Mobile Development

Moles Framework: Enabling Cross‑Platform Development with React Native at Ctrip

The article presents a technical overview of Ctrip's Moles framework, which extends React Native to allow a single JavaScript codebase to run on iOS, Android, H5, and SEO platforms, detailing its architecture, components, usage commands, real‑world deployment, and open‑source plans.

Cross‑PlatformJavaScriptMobile Development
0 likes · 10 min read
Moles Framework: Enabling Cross‑Platform Development with React Native at Ctrip