Tagged articles

Code Review

412 articles · Page 2 of 5
Alibaba Cloud Developer
Alibaba Cloud Developer
Feb 12, 2026 · Artificial Intelligence

How to Integrate Claude Skills into Lingma: A Step‑by‑Step Guide

This article explains the background of Claude Skills, details its modular prompt‑based architecture, shows the required file layout, walks through installing and configuring OpenSkills in Lingma, demonstrates creating a custom code‑review skill, and summarizes the benefits of AI skill modularization.

AI SkillsClaudeCode Review
0 likes · 11 min read
How to Integrate Claude Skills into Lingma: A Step‑by‑Step Guide
Open Source Tech Hub
Open Source Tech Hub
Feb 11, 2026 · Backend Development

Unlock AI Power in Laravel: Real‑World SDK Use Cases & Code Samples

Laravel’s new AI SDK simplifies adding AI capabilities to Laravel apps, offering a clean API for models like OpenAI, Anthropic, Gemini, and more, and the article demonstrates three practical implementations: extracting insights from user data, an automated PR code‑review bot, and a personalized e‑learning quiz system.

AICode ReviewE‑learning
0 likes · 8 min read
Unlock AI Power in Laravel: Real‑World SDK Use Cases & Code Samples
Open Source Tech Hub
Open Source Tech Hub
Feb 8, 2026 · Artificial Intelligence

How Sub‑Agents Empower AI Code Review and Boost Security

This guide explains the Sub‑Agent concept used in AI coding tools, shows why it solves context‑loss problems, and walks through a concrete PHP security review example with Claude Code, including agent configuration, execution steps, and a detailed vulnerability report.

AICode ReviewPHP
0 likes · 8 min read
How Sub‑Agents Empower AI Code Review and Boost Security
TonyBai
TonyBai
Feb 5, 2026 · Artificial Intelligence

Why AI-Generated Code Now Beats 80% of Human Programmers

The article argues that, despite occasional hallucinations, AI‑generated code now surpasses the average quality of 80% of human programmers, highlighting human code entropy, AI's strict adherence to standards, an autonomous‑driving analogy, and the resulting shift from writing to reviewing code.

AI codeAI vs humanAutomation
0 likes · 7 min read
Why AI-Generated Code Now Beats 80% of Human Programmers
SQB Blog
SQB Blog
Feb 4, 2026 · Frontend Development

From Blind AI Coding to Mastery: A Frontend Team’s Journey

This article recounts a frontend team's six‑month evolution with AI coding tools—from initial trial and error to systematic prompt engineering, case‑study implementations, and a disciplined workflow that turns AI into a controllable productivity partner while preserving core engineering skills.

AI codingCode ReviewPrompt engineering
0 likes · 19 min read
From Blind AI Coding to Mastery: A Frontend Team’s Journey
Baobao Algorithm Notes
Baobao Algorithm Notes
Feb 3, 2026 · Industry Insights

How One Developer Merges 600 Commits a Day with AI: Inside the Clawdbot Workflow

In this in‑depth interview, Peter Steinberger explains how AI agents let him submit and merge hundreds of commits daily, replace traditional code reviews with prompt‑driven requests, and redesign his development workflow around a closed‑loop validation system that reshapes modern software engineering.

AI EngineeringAgent workflowCode Review
0 likes · 85 min read
How One Developer Merges 600 Commits a Day with AI: Inside the Clawdbot Workflow
DaTaobao Tech
DaTaobao Tech
Jan 16, 2026 · Frontend Development

How AI Enables “Write Code, Fix Accessibility” Across Front‑End Projects

This article presents an AI‑driven accessibility solution that embeds code‑review and automatic fixing into the development workflow, tackles high‑frequency issues such as text reading, focus management and interaction recognition, achieves over 95% fix rates in both testing and production, and outlines future extensions to native and D2C scenarios.

AICode ReviewFrontend
0 likes · 14 min read
How AI Enables “Write Code, Fix Accessibility” Across Front‑End Projects
Qborfy AI
Qborfy AI
Jan 12, 2026 · Artificial Intelligence

Mastering Claude Agent Skills: Build Reusable AI Knowledge Packages

This guide explains how Anthropic Claude’s Agent Skills act as reusable, file‑system‑based knowledge packages that transform a generic AI agent into a domain expert, detailing their structure, on‑demand loading process, best‑practice creation steps, a concrete code‑review skill example, workflow automation, and comparison with MCP.

AI automationAgent SkillClaude
0 likes · 11 min read
Mastering Claude Agent Skills: Build Reusable AI Knowledge Packages
Woodpecker Software Testing
Woodpecker Software Testing
Dec 23, 2025 · Information Security

ChatGPT‑Powered Code Review: Securing Front‑End and Back‑End Password Recovery

This article presents a comprehensive ChatGPT‑driven code review of a password‑recovery feature, analyzing twelve front‑end and back‑end files, highlighting structural strengths, security gaps such as CSRF and XSS, and offering concrete refactoring, validation, and resource‑management recommendations.

ChatGPTCode ReviewJSP
0 likes · 44 min read
ChatGPT‑Powered Code Review: Securing Front‑End and Back‑End Password Recovery
AI Insight Log
AI Insight Log
Dec 20, 2025 · Industry Insights

Cursor Acquires Graphite, Completing the AI Programming Puzzle

Cursor, the leading AI‑powered code editor, has acquired Graphite, a modern code‑review platform, promising to merge the inner‑loop code‑writing experience with the outer‑loop review process, enabling self‑driving pull‑requests, stacked PRs, merge queues and AI reviewers that could reshape developers’ workflow.

AI IDEAI codingCode Review
0 likes · 5 min read
Cursor Acquires Graphite, Completing the AI Programming Puzzle
Tech Minimalism
Tech Minimalism
Dec 17, 2025 · Artificial Intelligence

Double Your Productivity: Advanced AI Programming Techniques and Universal Patterns

The article explains how AI programming hinges on context engineering and offers a complete system of documentation, planning, test‑driven incremental development, code review, version‑control discipline, multi‑instance collaboration, and debugging strategies that turn AI tools into powerful productivity amplifiers.

AI programmingCode ReviewContext Engineering
0 likes · 21 min read
Double Your Productivity: Advanced AI Programming Techniques and Universal Patterns
Ubiquitous Tech
Ubiquitous Tech
Nov 30, 2025 · Frontend Development

How to Set Up the Open-Source AI Hub Tool for an AI Code Review Application

This article walks through installing Node.js with NVM, downloading the AIHub v1.8.9 source, installing dependencies, examining the package configuration, adding a custom Code Review navigation entry in App.vue, and running the Electron‑based desktop app to demonstrate a functional AI code review interface.

AIHubCode ReviewElectron
0 likes · 10 min read
How to Set Up the Open-Source AI Hub Tool for an AI Code Review Application
phodal
phodal
Nov 26, 2025 · Artificial Intelligence

How Multi‑Agent AI Transforms Code Review into Automated Fixes

AutoDev leverages a multi‑agent architecture and comprehensive information aggregation to turn traditional, fragmented code review into an intelligent, end‑to‑end process that not only detects issues but also generates and applies corrective patches automatically.

AICode ReviewDevOps
0 likes · 9 min read
How Multi‑Agent AI Transforms Code Review into Automated Fixes
Zhuanzhuan Tech
Zhuanzhuan Tech
Nov 10, 2025 · Artificial Intelligence

Boost Your Development Workflow: Practical Tips for Using Cursor AI

This article shares a step‑by‑step guide on how development teams can leverage the Cursor AI assistant to split project requirements, enrich prompts, generate and review code, and perform regression verification, turning AI into a collaborative partner rather than a replacement.

AI programmingCode ReviewCursor tool
0 likes · 17 min read
Boost Your Development Workflow: Practical Tips for Using Cursor AI
Goodme Frontend Team
Goodme Frontend Team
Nov 10, 2025 · Frontend Development

Why AI Agents Aren’t Ready to Run Your Front‑End Projects (And How to Use Them Effectively)

The article examines the hype around AI agents, explains why they currently cannot fully take over front‑end development in company projects due to fragmented context, stability demands, and long‑term architectural needs, and offers practical strategies and prompt templates for realistic, productive use.

AI agentsCode ReviewPrompt engineering
0 likes · 19 min read
Why AI Agents Aren’t Ready to Run Your Front‑End Projects (And How to Use Them Effectively)
Radish, Keep Going!
Radish, Keep Going!
Oct 25, 2025 · Backend Development

10 Go Code Review Rules for Safer, Cleaner Backend Development

This article presents ten practical Go code‑review guidelines—covering error handling, premature abstraction, concurrency, scope, safety, early returns, file organization, declaration order, semantic naming, and purposeful comments—to help teams write more reliable and maintainable backend code.

Code ReviewNamingbest-practices
0 likes · 9 min read
10 Go Code Review Rules for Safer, Cleaner Backend Development
Code Mala Tang
Code Mala Tang
Oct 4, 2025 · Artificial Intelligence

Qodo vs Cursor: Which AI‑Powered IDE Prioritizes Quality or Speed?

This article compares the AI‑driven coding assistants Qodo and Cursor, examining their approaches to code review, testing, IDE integration, model support, customization, deployment options, and pricing to help developers choose the tool that best fits their workflow.

AIAutomationCode Review
0 likes · 7 min read
Qodo vs Cursor: Which AI‑Powered IDE Prioritizes Quality or Speed?
Java Architecture Diary
Java Architecture Diary
Sep 26, 2025 · Artificial Intelligence

Boost Your Workflow with GitHub Copilot CLI: AI Features, Usage & Tips

GitHub Copilot CLI brings AI-driven command‑line assistance to developers, enabling natural‑language task description, automatic code generation, Git repository management, file operations, and deep integration with GitHub Actions and MCP servers, while offering interactive and programmatic modes, security controls, and customizable extensions for diverse workflows.

AI Command LineCode ReviewDevOps automation
0 likes · 10 min read
Boost Your Workflow with GitHub Copilot CLI: AI Features, Usage & Tips
Code Wrench
Code Wrench
Sep 9, 2025 · Fundamentals

Master Go Pointers: Best Practices, Performance Tips, and Code Review Checklist

This guide explains why Go pointers matter, covers their definition, memory model, and safe usage, provides practical best‑practice checklists, performance comparisons, and code examples—including handling large structs, optional fields, and complex data structures—while highlighting scenarios where pointers should be avoided.

Code Reviewbest practicesgo
0 likes · 8 min read
Master Go Pointers: Best Practices, Performance Tips, and Code Review Checklist
DaTaobao Tech
DaTaobao Tech
Aug 27, 2025 · Fundamentals

What Defines Good Code? Multi‑Dimensional Standards, Bad Smells, and Design Patterns Explained

This article explores what makes code truly good by examining functional, stability, user experience, efficiency, and cost dimensions, presenting the "Gold Code" evaluation criteria, discussing design principles, common code smells, practical examples, and how design patterns and layering affect readability and maintainability.

Code ReviewSoftware Designcode quality
0 likes · 15 min read
What Defines Good Code? Multi‑Dimensional Standards, Bad Smells, and Design Patterns Explained
Continuous Delivery 2.0
Continuous Delivery 2.0
Aug 4, 2025 · Artificial Intelligence

How Google’s T5‑Powered AI Cuts Code Review Time by 60 Minutes per PR

Google’s T5‑based machine‑learning tool transforms code‑review comments into automatic edit suggestions, reducing the average 60‑minute per‑review effort, boosting resolution rates from 4.9 % to 7.5 %, and delivering multi‑role efficiency gains that translate into hundreds of person‑years saved annually.

AI assistanceCode ReviewDevOps
0 likes · 10 min read
How Google’s T5‑Powered AI Cuts Code Review Time by 60 Minutes per PR
macrozheng
macrozheng
Jul 5, 2025 · Backend Development

Why Adding a Simple Log Triggered FastJSON Serialization Errors – A Deep Dive

A recent deployment added a log line that caused FastJSON to invoke unexpected methods during serialization, leading to a NullPointerException; this article reconstructs the scenario, analyzes the FastJSON internals, and offers best‑practice annotations to prevent similar bugs.

Code ReviewFastjsonSerialization
0 likes · 7 min read
Why Adding a Simple Log Triggered FastJSON Serialization Errors – A Deep Dive
Continuous Delivery 2.0
Continuous Delivery 2.0
Jul 3, 2025 · Artificial Intelligence

How Specialized Micro‑Agents Cut False Positives by 51% in AI Code Review

The article shares practical lessons from building the Cubic AI code‑review platform, showing how breaking a monolithic LLM into focused micro‑agents, adding explicit reasoning logs, and streamlining toolchains reduced false‑positive comments by 51% and dramatically improved developer trust.

AI agentsCode ReviewSoftware Engineering
0 likes · 7 min read
How Specialized Micro‑Agents Cut False Positives by 51% in AI Code Review
Zhuanzhuan Tech
Zhuanzhuan Tech
Jul 1, 2025 · Artificial Intelligence

Boost Your Coding Efficiency 200% with AI: Proven Prompting & Cursor Tips

This article explains why AI coding assistants often fall short, outlines three common pitfalls—imprecise prompts, misuse, and wrong tool choice—and demonstrates how the Cursor IDE can dramatically accelerate development through context‑aware code generation, autonomous task execution, and built‑in code review.

AICode ReviewCursor
0 likes · 9 min read
Boost Your Coding Efficiency 200% with AI: Proven Prompting & Cursor Tips
Java Architect Essentials
Java Architect Essentials
Jun 29, 2025 · Fundamentals

7 Tell‑Tale Signs You’re Still an Inexperienced Programmer (And How to Fix Them)

Discover the seven common behaviors that reveal a programmer’s lack of experience—from massive one‑off commits and poor code quality to multitasking, arrogance, ignoring feedback, handling personal matters at work, and chasing every new tech trend—and learn practical steps to overcome each habit.

Code Reviewcareer adviceprogramming habits
0 likes · 14 min read
7 Tell‑Tale Signs You’re Still an Inexperienced Programmer (And How to Fix Them)
Ubiquitous Tech
Ubiquitous Tech
Jun 29, 2025 · Backend Development

Implementing Line‑Level GitLab Code Review with AI: A Step‑by‑Step Guide

This article walks through using GitLab's Discussions API to write AI‑generated code review comments at specific lines or blocks, covering the required API endpoint, parameter extraction from merge requests, diff parsing with regular expressions, TypeScript implementation, and the end‑to‑end workflow that integrates OpenAI suggestions back into GitLab.

AIAPICode Review
0 likes · 17 min read
Implementing Line‑Level GitLab Code Review with AI: A Step‑by‑Step Guide
Java Tech Enthusiast
Java Tech Enthusiast
Jun 11, 2025 · Fundamentals

Can You Pass This Humorous Programmer Quiz? Test Your Coding Culture Knowledge

This article presents a playful yet comprehensive programming exam that includes multiple‑choice, fill‑in‑the‑blank, true/false, code‑reading, and essay questions covering debugging habits, Git practices, code review comments, and common developer myths, complete with answer keys and sample code snippets.

Code ReviewGitSoftware Engineering
0 likes · 12 min read
Can You Pass This Humorous Programmer Quiz? Test Your Coding Culture Knowledge
Architecture and Beyond
Architecture and Beyond
Jun 7, 2025 · Artificial Intelligence

How AI-Generated Code Is Quietly Building Massive Technical Debt

The article examines how AI-powered code generation, while boosting surface productivity, introduces hidden technical debt at the code, architecture, and organizational levels, urging architects to implement rigorous review, governance, and cultural practices to prevent long‑term risks.

AI programmingCode Reviewdeveloper productivity
0 likes · 10 min read
How AI-Generated Code Is Quietly Building Massive Technical Debt
Su San Talks Tech
Su San Talks Tech
Jun 5, 2025 · Artificial Intelligence

How Cursor’s New AI Features Revolutionize Code Review and Remote Development

Cursor 1.0 introduces AI-powered BugBot for automatic PR reviews, a universally available Background Agent for remote coding, a memory system for rule retention, one‑click MCP installations with OAuth support, plus numerous UI and performance enhancements, offering developers a more efficient, cloud‑centric workflow.

AICode ReviewCursor
0 likes · 11 min read
How Cursor’s New AI Features Revolutionize Code Review and Remote Development
Continuous Delivery 2.0
Continuous Delivery 2.0
May 26, 2025 · Fundamentals

Google’s Code Review Evolution: From Bug Finding to Knowledge Sharing

This article analyzes Google’s large‑scale code review practices, showing how lightweight processes, tool‑driven automation, and a culture of knowledge transfer turned code review from a time‑consuming task into a productivity engine that scales across tens of thousands of engineers.

Code ReviewGoogleProcess Optimization
0 likes · 13 min read
Google’s Code Review Evolution: From Bug Finding to Knowledge Sharing
Java Backend Technology
Java Backend Technology
May 7, 2025 · Backend Development

When Can Flawed Code Stay Unchanged? A Deep Dive into Concurrency and Locking

The article examines a seemingly harmless Java update snippet that hides a concurrency race condition, discusses why a team might decide not to change it in low‑frequency scenarios, and then presents safer alternatives such as selective updates, optimistic and pessimistic locks, and strict guidelines for financial‑critical code.

Code Reviewoptimistic-lockpessimistic lock
0 likes · 11 min read
When Can Flawed Code Stay Unchanged? A Deep Dive into Concurrency and Locking
Youzan Coder
Youzan Coder
Apr 25, 2025 · Artificial Intelligence

AI-Powered Code Review System: Design, Implementation, and Lessons Learned

The team built a low‑cost AI‑powered code‑review assistant that injects line‑level comments into GitLab merge requests, using LLMs via Feishu, iterating quickly through MVP and optimization phases, achieving 64 integrations, 150+ daily comments, feedback‑driven prompt refinement, and demonstrating high ROI for small‑to‑medium teams while outlining future IDE and rule‑based extensions.

AIAutomationCode Review
0 likes · 17 min read
AI-Powered Code Review System: Design, Implementation, and Lessons Learned
macrozheng
macrozheng
Apr 25, 2025 · Fundamentals

7 Warning Signs That Reveal an Amateur Programmer (And How to Fix Them)

This article outlines seven common habits of inexperienced developers—such as massive code submissions, poor code quality, multitasking, arrogance, ignoring feedback, handling personal matters at work, and chasing trends—and offers practical steps to become a more professional programmer.

Code Reviewcareer adviceprofessional growth
0 likes · 12 min read
7 Warning Signs That Reveal an Amateur Programmer (And How to Fix Them)
Java Web Project
Java Web Project
Apr 16, 2025 · Industry Insights

7 Tell‑Tale Signs of an Inexperienced Programmer (And How to Avoid Them)

The article identifies seven characteristic behaviors of inexperienced developers—massive code commits, poor code quality, multitasking, arrogance, ignoring feedback, handling personal matters at work, and chasing every tech trend—explains why each harms team productivity and offers concrete actions to become a more professional software engineer.

Code ReviewSoftware Engineeringcareer development
0 likes · 11 min read
7 Tell‑Tale Signs of an Inexperienced Programmer (And How to Avoid Them)
Java Backend Full-Stack
Java Backend Full-Stack
Apr 13, 2025 · Interview Experience

7 Tell‑tale Signs You’re an Inexperienced Programmer (And How to Fix Them)

The article outlines seven common behaviors—such as massive one‑off commits, messy code, multitasking without planning, arrogance, ignoring feedback, handling personal matters at work, and chasing every new tech trend—that reveal a developer’s lack of experience, and offers concrete actions to overcome each pitfall.

Code Reviewcareer adviceinexperience
0 likes · 11 min read
7 Tell‑tale Signs You’re an Inexperienced Programmer (And How to Fix Them)
Tencent Cloud Developer
Tencent Cloud Developer
Apr 8, 2025 · R&D Management

Building an Engineer Culture: Leading Reliable Programmers Amid Uncertainty

The article argues that cultivating a strong engineering culture—through shared values, clear processes, automation, altruistic collaboration, and continuous self‑improvement—empowers programmers to remain reliable and productive despite uncertainty, boosting the odds of sustained success while acknowledging that culture is only one of several critical factors.

Code ReviewEfficiencyengineering culture
0 likes · 21 min read
Building an Engineer Culture: Leading Reliable Programmers Amid Uncertainty
FunTester
FunTester
Apr 8, 2025 · Fundamentals

Why Static Testing Is the First Step to High‑Quality Code

Static testing, a proactive quality assurance method that examines code and documentation without execution, helps detect defects early, reduces repair costs, improves code readability, and complements dynamic testing, with techniques ranging from inspections and walkthroughs to automated tools like SonarQube, CheckStyle, and ESLint.

Code Reviewcontinuous integrationsoftware quality
0 likes · 14 min read
Why Static Testing Is the First Step to High‑Quality Code
FunTester
FunTester
Feb 28, 2025 · Backend Development

Avoid These 16 Common Go Pitfalls: Real Code Examples and Best Practices

This article enumerates sixteen typical Go programming mistakes—from variable shadowing and unnecessary nesting to misuse of init, getters/setters, interfaces, generics, and project layout—explains their hidden impacts on readability, maintainability, and performance, and provides clear corrected code and best‑practice recommendations.

Code ReviewSoftware Engineeringbest practices
0 likes · 27 min read
Avoid These 16 Common Go Pitfalls: Real Code Examples and Best Practices
Bilibili Tech
Bilibili Tech
Feb 11, 2025 · Artificial Intelligence

Building a Scalable AI Agent for Code Review: Practices, Architecture, and Challenges

The article outlines how to build a scalable, modular AI code‑review agent using LangChain, detailing stages from naive prompting to advanced prompt engineering, architecture with six core modules, strategies to curb hallucinations, improve reliability, performance, and human‑AI collaboration, and future RAG integration.

AI AgentCode ReviewLangChain
0 likes · 22 min read
Building a Scalable AI Agent for Code Review: Practices, Architecture, and Challenges
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 3, 2025 · Backend Development

Code Review of Coupon Claim and Approval Workflow: Issues and Optimization Strategies

This article reviews Java Spring code for a coupon claim and approval workflow, identifies concurrency and transaction issues such as missing locks and inconsistent update order, and proposes optimizations including user‑level locking, simplifying lock management, and aligning transactional update sequences to prevent deadlocks.

Code ReviewSpringTransaction
0 likes · 12 min read
Code Review of Coupon Claim and Approval Workflow: Issues and Optimization Strategies
Ubiquitous Tech
Ubiquitous Tech
Jan 23, 2025 · Artificial Intelligence

AI-Powered Code Review: Fundamentals and Efficiency Gains

The article examines the emerging field of AI‑assisted code review, outlining the drawbacks of manual reviews, describing how large language models can automate the process, presenting step‑by‑step implementation details—including GitLab integration and notification via Feishu—and summarizing the technical skills readers can acquire.

AIAutomationCode Review
0 likes · 9 min read
AI-Powered Code Review: Fundamentals and Efficiency Gains
Java Tech Enthusiast
Java Tech Enthusiast
Jan 19, 2025 · Databases

A Low‑Level Bug Caused by Decimal Precision Mistake: Lessons on Code Review, Testing, and Process

A simple typo that changed a daily interest rate from 0.00006944444 to 0.00069444444 inflated calculated interest tenfold, went unnoticed because the author self‑approved the SQL update and testing only checked syntax, and the incident underscores the need for rigorous code review, testing, and change‑management procedures for critical data.

Code ReviewPrecisionSQL
0 likes · 12 min read
A Low‑Level Bug Caused by Decimal Precision Mistake: Lessons on Code Review, Testing, and Process
ITPUB
ITPUB
Jan 14, 2025 · Information Security

How a Microsoft Patch Nearly Crashed Linux: Code Review, CFI, and Open‑Source Lessons

A Microsoft‑submitted performance patch for the x86_64 architecture was merged into Linux kernel 6.13 without maintainer acknowledgment, breaking control‑flow integrity and nearly causing a system‑wide failure, prompting swift emergency fixes from Intel and AMD engineers and sparking a broader discussion on open‑source code‑review practices.

CFICode ReviewLinux kernel
0 likes · 5 min read
How a Microsoft Patch Nearly Crashed Linux: Code Review, CFI, and Open‑Source Lessons
BirdNest Tech Talk
BirdNest Tech Talk
Jan 1, 2025 · Fundamentals

20 Essential Programming Rules for Cleaner, Safer Code

This article distills Chris Zimmeman's "Programming Rules" into twenty concrete guidelines—covering simplicity, bug containment, naming, generalization, deferred optimization, code reviews, debugging, refactoring, conventions, and more—each explained with its rationale and core takeaway for developers.

Code ReviewSoftware Engineeringbest practices
0 likes · 15 min read
20 Essential Programming Rules for Cleaner, Safer Code
JD Tech Talk
JD Tech Talk
Dec 31, 2024 · R&D Management

Why Code Reviews Fail and How to Master Effective CR Practices

This comprehensive guide explains the importance of thorough code reviews, outlines common pitfalls that make codebases hard to maintain, and provides practical principles, checklists, automation tips, scaling guidelines, clean‑code traits, naming conventions, and solutions to typical challenges such as conflicts, time pressure, and legacy baggage, helping teams improve code quality and development efficiency.

Code ReviewQuality AssuranceSoftware Engineering
0 likes · 22 min read
Why Code Reviews Fail and How to Master Effective CR Practices
JD Cloud Developers
JD Cloud Developers
Dec 31, 2024 · Fundamentals

Mastering Code Review: Boost Code Quality and Team Efficiency

This comprehensive guide explains the purpose, principles, and practical steps of modern code review, offering checklists, automation tips, common pitfalls, and real‑world examples to help developers improve code health, reduce risk, and foster a culture of continuous learning.

Code ReviewDevelopment WorkflowQuality Assurance
0 likes · 22 min read
Mastering Code Review: Boost Code Quality and Team Efficiency
IT Services Circle
IT Services Circle
Dec 20, 2024 · Backend Development

Best Practices for Parameter Validation in Backend Development

This article outlines ten practical guidelines for robust parameter validation in backend Java services, covering enumeration ranges, consistent length constraints, proper use of @NotBlank, synchronizing API documentation, comprehensive annotation usage, request object encapsulation, and the importance of self‑testing and authorization checks.

Code Reviewannotationsjava
0 likes · 8 min read
Best Practices for Parameter Validation in Backend Development
macrozheng
macrozheng
Nov 21, 2024 · Fundamentals

7 Warning Signs of an Amateur Developer and How to Overcome Them

This article outlines seven common behaviors of inexperienced programmers—such as massive code commits, poor code quality, multitasking, arrogance, ignoring feedback, handling personal matters at work, and chasing every tech trend—and offers practical steps to become a more professional and effective developer.

Code Reviewcareer adviceproductivity
0 likes · 11 min read
7 Warning Signs of an Amateur Developer and How to Overcome Them
Java Backend Technology
Java Backend Technology
Nov 17, 2024 · Databases

How a One‑Digit Decimal Error Multiplied Interest Tenfold – Database Lessons

A developer mistakenly entered an extra zero in a SQL update for daily interest rates, expanding calculated interest by ten times, and the error slipped through code review, testing, and production verification due to inadequate processes, highlighting the need for strict data‑change procedures, thorough testing, and monitoring.

Code ReviewDatabaseprocess
0 likes · 13 min read
How a One‑Digit Decimal Error Multiplied Interest Tenfold – Database Lessons
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 25, 2024 · Frontend Development

Effective Code Review Practices and AI‑Assisted Optimization for Frontend Development

This article explains what code review is, why front‑end team leads should conduct it, and how to use AI‑powered VSCode extensions together with modern JavaScript/TypeScript techniques—such as optional chaining, function extraction, constant usage, and mapping—to streamline review workflows and produce cleaner, more maintainable front‑end code.

AI ToolsCode Reviewcode optimization
0 likes · 11 min read
Effective Code Review Practices and AI‑Assisted Optimization for Frontend Development
Top Architecture Tech Stack
Top Architecture Tech Stack
Sep 9, 2024 · Information Security

A Developer’s Hidden Backdoor: MAC Address Modification Blocked by Intentional Code

The article recounts a real‑world incident where a device’s MAC address could not be changed because a previous engineer deliberately disabled the relevant function, discusses the discovery of the backdoor code, and examines the legal and ethical implications of such intentional vulnerabilities.

Code ReviewLinux kernelMAC address
0 likes · 4 min read
A Developer’s Hidden Backdoor: MAC Address Modification Blocked by Intentional Code
Software Development Quality
Software Development Quality
Aug 14, 2024 · Fundamentals

How Code Quality Drives Development Efficiency: Strategies and Metrics

This article examines how high‑quality code boosts development efficiency, outlines the factors that affect code quality, presents practical strategies such as training, standards, code reviews, automated testing and refactoring, and provides step‑by‑step guidance for integrating metrics and prioritizing them across various project types.

CI/CDCode ReviewSoftware Engineering
0 likes · 18 min read
How Code Quality Drives Development Efficiency: Strategies and Metrics
Software Development Quality
Software Development Quality
Aug 14, 2024 · Fundamentals

Mastering Code Reviews: Purpose, Process, Tools, and Best Practices

Code reviews are essential for ensuring quality, readability, security, and team collaboration; this guide explains their objectives, importance, standards, step‑by‑step workflow, recommended tools, efficiency tips, and provides practical report templates to help teams conduct effective reviews.

Code ReviewToolingbest practices
0 likes · 17 min read
Mastering Code Reviews: Purpose, Process, Tools, and Best Practices
21CTO
21CTO
Jul 31, 2024 · Fundamentals

Why Most Code Reviews Miss Performance Issues—and How to Fix Them

This article examines critical gaps in modern code review processes, highlighting the lack of performance testing, common feedback pitfalls, and practical strategies—including instrumentation tools like Digma—to ensure code quality, system reliability, and efficient collaboration in increasingly complex software pipelines.

CI/CDCode ReviewInstrumentation
0 likes · 7 min read
Why Most Code Reviews Miss Performance Issues—and How to Fix Them
JD Tech
JD Tech
Jul 23, 2024 · Fundamentals

Effective Code Review: Goals, Principles, Practices, and Real-World Cases

This article explains the importance of code review, outlines its core goals and basic principles, provides step‑by‑step practical guidance with a detailed checklist, shares real‑world case studies and code examples, and discusses metrics and future AI‑assisted improvements to help teams improve software quality.

AI ToolsChecklistCode Review
0 likes · 17 min read
Effective Code Review: Goals, Principles, Practices, and Real-World Cases
JD Tech Talk
JD Tech Talk
Jul 18, 2024 · Fundamentals

Effective Code Review Practices: Goals, Principles, Steps, and Real‑World Cases

This article explains the importance of code review, outlines its core objectives and basic principles, describes practical steps and a detailed checklist, shares several real‑world case studies with before‑and‑after code snippets, and discusses the benefits, metrics, and future AI‑assisted enhancements.

Code ReviewSoftware EngineeringStatic Analysis
0 likes · 18 min read
Effective Code Review Practices: Goals, Principles, Steps, and Real‑World Cases
ITPUB
ITPUB
Jul 17, 2024 · Backend Development

10 Proven Techniques to Slash Java Bugs and Boost Code Quality

This guide presents ten practical strategies—including IDE selection, static analysis tools, unit testing, code reviews, and learning from others' post‑mortems—to help developers dramatically reduce bugs, improve code quality, and increase overall productivity.

Code ReviewStatic Analysisbug reduction
0 likes · 10 min read
10 Proven Techniques to Slash Java Bugs and Boost Code Quality
vivo Internet Technology
vivo Internet Technology
Jun 26, 2024 · R&D Management

Vivo Engineering Efficiency Team: VCR Platform Development and Code Review Plugin Implementation

The article describes Vivo's Engineering Efficiency team's VCR platform, built on GitLab and Gerrit, detailing the design and implementation of code‑review plugins, challenges faced, architectural integration, customization techniques, and future directions toward automated and AI‑enhanced code review.

Code ReviewEngineering EfficiencyGerrit
0 likes · 15 min read
Vivo Engineering Efficiency Team: VCR Platform Development and Code Review Plugin Implementation
macrozheng
macrozheng
Jun 24, 2024 · Fundamentals

How to Keep Your Code Clean During Rapid Development

The article shares practical lessons on maintaining code quality and readability amid intense project iterations, emphasizing thorough code reviews, incremental refactoring, and the importance of a shared coding style to prevent technical debt and the broken‑window effect.

Code ReviewSoftware Engineeringclean code
0 likes · 9 min read
How to Keep Your Code Clean During Rapid Development
JD Cloud Developers
JD Cloud Developers
Jun 6, 2024 · Artificial Intelligence

Boost Code Review Efficiency with AI-Powered CI Integration

This guide explains how embedding a large‑language‑model AI into a CI pipeline can automate code reviews, cut review time, improve consistency and accuracy, and ultimately raise development efficiency and code quality while reducing manual effort and communication overhead.

AIAutomationCI/CD
0 likes · 9 min read
Boost Code Review Efficiency with AI-Powered CI Integration
Java High-Performance Architecture
Java High-Performance Architecture
May 27, 2024 · Fundamentals

7 Warning Signs That Reveal You’re an Amateur Programmer (And How to Fix Them)

This article outlines seven common habits of inexperienced developers—such as massive code commits, poor code quality, multitasking, arrogance, ignoring feedback, handling personal matters at work, and chasing trends—and offers practical steps to become a more professional and effective programmer.

Code Reviewcareer adviceprofessional growth
0 likes · 11 min read
7 Warning Signs That Reveal You’re an Amateur Programmer (And How to Fix Them)
Software Development Quality
Software Development Quality
May 17, 2024 · Fundamentals

12 Essential Code Review Standards Every Developer Should Follow

This guide outlines twelve critical code review criteria—including correctness, readability, maintainability, security, performance, testing coverage, documentation, exception handling, duplication avoidance, compatibility, and architectural design—to help developers produce high‑quality, robust software.

Code Reviewbest practicessoftware quality
0 likes · 5 min read
12 Essential Code Review Standards Every Developer Should Follow
Java Tech Enthusiast
Java Tech Enthusiast
Apr 29, 2024 · Fundamentals

Nine Practical Techniques to Reduce Code Bugs

To cut bugs and boost productivity, developers should use a robust IDE, integrate static analysis tools like FindBugs and CheckStyle, run SonarQube and Fortify for quality and security checks, write unit and functional tests, automate regression suites, and regularly conduct peer code reviews.

Code ReviewStatic Analysisbug reduction
0 likes · 8 min read
Nine Practical Techniques to Reduce Code Bugs
High Availability Architecture
High Availability Architecture
Apr 19, 2024 · Fundamentals

Comprehensive Guide to Effective Code Review Practices

This article presents a thorough guide on modern code review, covering its importance, common obstacles, preparation steps, automation tools, good and bad commit messages, mindset, code quality principles, review workflow, and practical tips for overcoming challenges and improving team engineering culture.

AutomationCode ReviewDevelopment Workflow
0 likes · 21 min read
Comprehensive Guide to Effective Code Review Practices
Su San Talks Tech
Su San Talks Tech
Apr 17, 2024 · Fundamentals

10 Proven Strategies to Slash Code Bugs and Boost Development Efficiency

This article presents ten practical techniques—including choosing the right IDE, integrating static analysis tools like FindBugs and CheckStyle, using SonarQube and Fortify, writing unit and automated tests, performing incremental code reviews, and learning from others' pitfalls—to help developers dramatically reduce bugs and improve code quality.

Code ReviewStatic Analysisbug reduction
0 likes · 10 min read
10 Proven Strategies to Slash Code Bugs and Boost Development Efficiency
JD Tech
JD Tech
Apr 7, 2024 · Fundamentals

Comprehensive Guide to Effective Code Review: Principles, Practices, and Common Challenges

This article presents an in‑depth guide on modern code review, covering its significance, core principles, preparation checklists, automation tools, good and bad commit messages, code quality metrics, naming conventions, security considerations, common pitfalls, conflict resolution, and time‑management strategies for development teams.

Code ReviewSoftware Engineeringrefactoring
0 likes · 20 min read
Comprehensive Guide to Effective Code Review: Principles, Practices, and Common Challenges
Ops Development & AI Practice
Ops Development & AI Practice
Mar 22, 2024 · Fundamentals

Boost Your Code Review: Standards, OOP, Design Patterns & Unit Testing

This article outlines how establishing clear review standards, leveraging object‑oriented principles and SOLID design rules, applying common design patterns, and requiring unit tests can transform code reviews from a perfunctory task into an effective quality‑boosting, knowledge‑sharing practice for development teams.

Code ReviewOOPdevelopment best practices
0 likes · 6 min read
Boost Your Code Review: Standards, OOP, Design Patterns & Unit Testing
macrozheng
macrozheng
Mar 3, 2024 · Backend Development

18 Essential Code Review Rules Every Developer Should Follow

This article presents 18 practical code review guidelines covering comments, logging, naming, parameter validation, exception handling, modularity, concurrency, testing, formatting, compatibility, security, transaction, idempotency, middleware, code smells, and remote calls, offering concrete examples and best‑practice recommendations for Java developers.

Code ReviewSoftware Engineeringjava
0 likes · 19 min read
18 Essential Code Review Rules Every Developer Should Follow
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Mar 1, 2024 · Frontend Development

AI in Frontend Development: Code Generation, Testing, Code Review, Low‑Code, and Business Applications

This article reviews the rapid rise of generative AI in 2023 and explores its impact on frontend development, covering AI‑driven code generation, testing, code review, low‑code platforms, business workflows, challenges, practical experiences, and future prospects for developers and teams.

AICode Reviewfrontend development
0 likes · 30 min read
AI in Frontend Development: Code Generation, Testing, Code Review, Low‑Code, and Business Applications
DevOps
DevOps
Jan 30, 2024 · R&D Management

A New Programmer's Handbook: Professional Practices for Reliable Software Development

This article shares practical guidance drawn from over a decade of software engineering experience, illustrating common pitfalls such as false delivery, broken promises, and poor communication, and offering structured advice on setting goals, planning, requirement discussion, coding, code review, and documentation to build a trustworthy professional programmer persona.

Code ReviewDevOpsDocumentation
0 likes · 18 min read
A New Programmer's Handbook: Professional Practices for Reliable Software Development
Tencent Cloud Developer
Tencent Cloud Developer
Jan 23, 2024 · Fundamentals

How to Become a Reliable Programmer: Professional Practices and Tips

Drawing on a decade of experience, the article offers a practical handbook for new programmers to become reliable by avoiding common pitfalls—such as false delivery, arbitrary promises, and missed warnings—through weekly goal alignment, disciplined planning, clear requirement discussions, consistent coding standards, thorough reviews, and concise documentation.

Code ReviewDocumentationProject Management
0 likes · 21 min read
How to Become a Reliable Programmer: Professional Practices and Tips
Continuous Delivery 2.0
Continuous Delivery 2.0
Jan 4, 2024 · Fundamentals

Mob Code Review (Mob CR): A Practical Guide to Collaborative Code Review

This article explains the concept, goals, suitable teams, and step‑by‑step process of Mob Code Review (Mob CR), a collaborative code‑review practice that helps teams establish quality standards, educate newcomers, and improve overall code quality through collective inspection and discussion.

Code ReviewMob ProgrammingSoftware Engineering
0 likes · 7 min read
Mob Code Review (Mob CR): A Practical Guide to Collaborative Code Review
Java High-Performance Architecture
Java High-Performance Architecture
Dec 23, 2023 · Fundamentals

7 Warning Signs of an Inexperienced Programmer and How to Overcome Them

Understanding the seven common behaviors of inexperienced developers—such as massive code submissions, poor code quality, multitasking, arrogance, ignoring feedback, handling personal matters at work, and chasing every tech trend—helps you avoid repeating these mistakes and advance your software engineering career.

Code ReviewProfessionalismcareer advice
0 likes · 11 min read
7 Warning Signs of an Inexperienced Programmer and How to Overcome Them
macrozheng
macrozheng
Dec 21, 2023 · Fundamentals

Keeping Code Clean During Rapid Development: Review and Refactoring Strategies

The article shares practical experiences and advice on maintaining code quality through disciplined code reviews, incremental refactoring, and team-wide coding standards, emphasizing readability and continuous improvement to prevent technical debt and the broken‑window effect in fast‑moving projects.

Code Reviewcode qualityrefactoring
0 likes · 9 min read
Keeping Code Clean During Rapid Development: Review and Refactoring Strategies
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 15, 2023 · Fundamentals

Mastering Code Review: Boost Code Quality and Team Collaboration

This article explores the essential role of Code Review in improving code quality, fostering knowledge sharing, and enhancing team cohesion, offering practical guidance on what to focus on—from naming conventions and comments to architecture, performance, and security—while also discussing reviewer mindsets and cultural adoption.

Code ReviewSoftware EngineeringTeam Collaboration
0 likes · 18 min read
Mastering Code Review: Boost Code Quality and Team Collaboration
DeWu Technology
DeWu Technology
Dec 6, 2023 · Frontend Development

Permission Design for Front-end Monorepo in Large-Scale Development

The article presents a practical permission‑management strategy for a large‑scale front‑end monorepo that merges Git‑hook validation with GitLab’s protected branches and role‑based access, defines a clear directory hierarchy, outlines workflow controls, and explores extensions such as fine‑grained ACLs and file‑access logging to prevent unauthorized file changes.

Code ReviewFrontendGitLab
0 likes · 17 min read
Permission Design for Front-end Monorepo in Large-Scale Development