Skip to content

Knowledge Notes

Table of Contents

Architecture

Feature Sliced Design

Feature-Sliced Design (FSD) is an architectural methodology for scaffolding front-end applications.

References

Version Control System

Jujutsu(aka jj)

References

Terms

Working Copy

A “working copy” refers to a local version of files or source code that has been checked out from a repository. It is the set of files that a developer works on, makes changes to, and tests locally before committing those changes back to the repository. The term is commonly used in version control systems such as Subversion (SVN) and, less frequently, in Git.