https://fossil-scm.org/home/doc/trunk/www/fossil-v-git.wiki #VersionControl #ExistentialCrisis #TechDebate #CodeManagement #HackerNews #ngated
Bạn có bất ngờ không? Hóa ra các nhà phát triển thường lưu trữ các đoạn code quan trọng ở những nơi cực kỳ lộn xộn: Discord, VS Code, Telegram, Notion hay ảnh chụp màn hình! Dù biết là tệ, họ lại không muốn dùng các công cụ quản lý phức tạp. Cái họ cần là một giải pháp nhanh, gọn, dễ chia sẻ, không làm gián đoạn công việc. Liệu một "hệ thống ghi nhớ code đơn giản" có phải là tương lai?
#devtools #codemanagement #developers #lậptrình #quảnlýcode #côngcụdev
"SideTask", một extension VS Code giúp quản lý các comment `// TODO:`, `// FIXME:` trong mã nguồn, vừa phát hành phiên bản 0.2.0 với nhiều cải tiến. Mục tiêu dài hạn là tích hợp với Notion, Trello, Jira. Nhà phát triển đang tìm kiếm phản hồi từ cộng đồng để tiếp tục phát triển.
#VSCode #Extension #SideTask #Development #CodeManagement #SideProject
#VSCodeExtension #PhátTriểnPhầnMềm #QuảnLýCode #DựÁnCáNhân
https://www.reddit.com/r/SideProject/comments/1oi8oeu/my_side_project_just_got_its_first_
The Ingredients of a Productive Monorepo
https://blog.swgillespie.me/posts/monorepo-ingredients/
#HackerNews #Monorepo #Productivity #Ingredients #SoftwareDevelopment #DevOps #CodeManagement
Codenteam revolutionizes the way you manage and optimize your codebase. Seamlessly integrating with your existing workflow, our platform analyzes code ownership from various sources, including Git, PRs, and tasks.
A clean Git history is the key to successful teamwork and quick bug fixes. Errors can only be successfully tracked down if it is always possible to trace when and where code was changed by whom and for what reason.
🥴 However, in the rush of the battle, the changes that are packaged in a commit are sometimes not taken very seriously. Who has never experienced this? A change that is actually unrelated to the current work package has made it into the commit because the file has already been saved temporarily.
💡The solution: With an "interactive add" (git add -i), you can pack partial changes ("hunks") into a commit and specify line by line what should be included in the next commit.
"Staging patches": https://git-scm.com/book/en/v2/Git-Tools-Interactive-Staging
#git #zeroiee #code #programming #opensource #sourceControlManagement #codeManagement #versionManagement #versioning