Simon Fosterfunkysi1701.hashnode.dev·Dec 19, 2024Automatic Pull RequestsCreating pull requests is part of the development process when working with version control systems like Git. Pull requests allow developers to propose changes to a codebase and collaborate with team members to review and merge those changes. When yo...Devops
Nadia Zubkon-coding.hashnode.dev·Dec 12, 2024The Beauty of Pull RequestsIntro and a bit of Backstory At the start of my web development journey, I was taught to always use pull requests (PRs), though I never fully understood the reasoning behind it since pushing to main seemed way quicker. I'm grateful for my experience ...45 readsPull Requests
Neeru Gangarhneerugangarh.hashnode.dev·Dec 7, 2024🚀 𝙂𝙞𝙩𝙃𝙪𝙗 𝙋𝙍𝙎 𝙖𝙣𝙙 𝙈𝙚𝙧𝙜𝙚 𝘾𝙤𝙣𝙛𝙡𝙞𝙘𝙩𝙨: 𝘼 𝙃𝙖𝙣𝙙𝙮 𝙂𝙪𝙞𝙙𝙚! 🔧Let’s talk about Pull Requests (PRs). Whether it’s a new feature, a bug fix, or even documentation updates, PRs help us share our work, receive feedback, and improve. But wait... what happens when you encounter merge conflicts? 😰 Here’s an easy-to-f...GitHub
Alexander Trotsenkoatrotsenko.hashnode.dev·Nov 25, 2024Как работать с пул-реквестами в личном репозитории GitHubВведение Обычно в инструкциях по пул-реквестам (pull request) GitHub рассматривают примеры на базе форков (fork). Мы же попрактикуем работу с пул-реквестом исключительно в пределах личного репозитория. С одной стороны, работать в личных репозиториях ...44 readsGitпул реквест
Jet Xullamapreview.hashnode.dev·Nov 15, 2024LlamaPReview: AI-Powered Code Review Assistant That Streamlines Your GitHub PRsIntroduction Code review is a critical but time-consuming part of the development process. As teams grow and pull requests multiply, maintaining consistent review quality becomes increasingly challenging. That's where LlamaPReview comes in - an AI-po...code review
Tomasz Gilblog.tomaszgil.me·Nov 12, 2024Knowing When Enough is Enough: Pull Request SizingDeciding the right size for a change in software projects can be challenging. Is a larger change necessarily bad? How do you effectively decide when to stop working on a change? How do you break it down? In this article, we explore the intricacies of...60 readsSoftware Engineering
Oluwadamisi SamuelforfreeCodeCampfreecodecamp.org·Oct 29, 2024How to Improve and Restructure Your Codebase with AI Tools & Version ControlA codebase can become messy and hard to manage over time. This happens because of quick fixes, outdated features, or just not enough time to clean things up. When code becomes difficult to read or change, it slows down progress and can even cause bug...best practices
Lasse R.lassetech.hashnode.dev·Oct 18, 2024Pull Request Size: Impact on Code QualitySmall pull requests lead to better code quality. Here's why: PRs under 200 lines get reviewed faster and more thoroughly Smaller PRs have fewer bugs and merge quicker Large PRs (400+ lines) often get poor reviews and more defects Key takeaways: ...Pull Requests
Arya M. Pathakarya2004.hashnode.dev·Oct 13, 2024How to Write a High-Quality Pull Request: A Comprehensive GuidePull requests (PRs) are integral to modern software development, particularly in collaborative environments. Whether you're working on a private team or contributing to open-source projects, writing a high-quality PR is essential to ensure your chang...10 likesHacktoberfest Essentials#hacktoberfest
Erhan ÜRGÜNerho.dev·Oct 9, 2024Bir GitHub Projesine Nasıl Katkı Sağlanır?GitHub, dünyanın en popüler kod paylaşım platformlarından biridir. GitHub üzerinde milyonlarca açık kaynaklı proje bulunmaktadır. Bu projelere katkı sağlamak, hem projenin gelişmesine katkıda bulunmanızı sağlar hem de diğer kullanıcılarla etkileşime ...10 likes·145 readsOtherErhoDev