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...Discusscode 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...Discuss·34 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...Discussbest 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: ...DiscussPull 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...Discuss·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 ...Discuss·10 likes·131 readsOtherErhoDev
Prem Choudharyprem14choudhary.hashnode.dev·Sep 29, 2024Github for a DEVOPS Beginners...!!Basic GIT commands: git init - initialize an empty git VCS(version control system) repository. git status - for knowing untracked files. git add file_name.ext - for add file to staged. git commit -m “added file_name files“. git restore file_name...Discussgit ma
Harsh Goswamicoderg-tales.hashnode.dev·Sep 26, 2024Managing Collaboration in Projects with GitHub 🌟🚀 This blog will cover best practices for managing local development with live code on GitHub. ✨ GitHub is more than just a version control system; it’s a platform that fosters collaboration among developers. With features like branching, pull reque...Discuss·1 likeCodeQuaily
Developer Fabiodeveloperfabio.hashnode.dev·Sep 3, 2024Enhancing Team Collaboration and Code Quality through Effective Pull RequestsPull requests (PRs) are a cornerstone of collaborative software development, providing a structured mechanism for team members to review, discuss, and improve code. By using PRs, developers can share their changes with the team, initiate in-depth dis...DiscussPull Requests
Airat Yusuffkhairahscorner.hashnode.dev·Aug 23, 2024How to Automatically Assign Reviewers To GitHub Pull RequestsHave you ever collaborated on a GitHub project in a small-sized team, where anyone could review your PRs, but you would need to manually add everyone as a reviewer for 'fastest fingers first'? In this post, I'll share how you can quickly set up GitHu...Discuss·125 readsResourcesgithub-actions