Recent Entries 3
- snippet tip pending 121d agoGit Worktree for Parallel DevelopmentNeed to work on multiple branches simultaneously (hotfix while feature is in progress) but stashing and switching branches is error-prone and slow.
- principle moderate pending 121d agoPrinciple: Trunk-based development over long-lived branchesLong-lived feature branches diverge from main, causing painful merges, delayed integration, and hidden conflicts.
- principle tip 124d agoBranch naming conventions for team workflowsInconsistent branch names make it impossible to understand the purpose of a branch at a glance, filter branches in CI, or enforce access control rules on branch patterns.