mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-25 16:03:48 +00:00
…
Settings Module
Overview
The Gitlab::Fp::Settings
module contains support for the Settings Module pattern used
currently by the Remote Development Workspace and Web IDE domains. This pattern is
based on the "Functional Programming" and "Railway Oriented Programming and the Result Class" patterns.
It is in the process of being extracted from the RemoteDevelopment
domain code,
and made available for wider use in the monolith.
See the following section in the Remote Development Rails domain developer documentation for more context: