Skip to content

Commit a69b11d

Browse files
committed
Update: 添加配图并优化标题为中文
1 parent 516c416 commit a69b11d

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

_posts/2026-02-26-On-the-Robustness-of-Code-Generation-Techniques.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
---
2-
title: "一分钟读论文:《On the Robustness of Code Generation Techniques: An Empirical Study on GitHub Copilot》"
2+
title: "一分钟读论文:《GitHub Copilot 的代码生成稳健吗?"
33
author: unbug
44
categories: [AI, Software Engineering]
5+
image: assets/images/screenshot-20240308-113527.jpg
56
tags: [featured, 代码生成, AI]
67
date: 2026-02-26 12:00:00 +0800
78
---
89

910
# 一分钟读论文:GitHub Copilot 的代码生成稳健吗?
1011

12+
![GitHub Copilot 代码生成研究](/assets/images/screenshot-20240308-113527.jpg)
13+
1114
## 📝 论文概览
1215

1316
**论文标题**:On the Robustness of Code Generation Techniques: An Empirical Study on GitHub Copilot
@@ -20,6 +23,8 @@ date: 2026-02-26 12:00:00 +0800
2023

2124
## 🎯 核心问题
2225

26+
![AI 代码生成工具界面](/assets/images/screenshot-20231106-160243.jpg)
27+
2328
你有没有遇到过这种情况:用同样的需求,换个说法让 AI 写代码,结果生成的代码完全不一样?这篇论文就是研究的就是这个问题——**AI 代码生成工具的稳健性**
2429

2530
---

_posts/2026-02-26-Software-Stability-A-Systematic-Literature-Review.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
---
2-
title: "一分钟读论文:《Software Stability: A Systematic Literature Review"
2+
title: "一分钟读论文:《软件稳定性:系统性文献综述"
33
author: unbug
44
categories: [Software Engineering, 质量]
5+
image: assets/images/screenshot-20230407-153622.jpg
56
tags: [featured, 软件稳定性, 系统性文献综述]
67
date: 2026-02-26 13:00:00 +0800
78
---
89

910
## 论文速览
1011

12+
![软件稳定性研究](/assets/images/screenshot-20230407-153622.jpg)
13+
1114
这篇来自墨西哥韦拉克鲁斯大学的研究团队在 2018 年发表的论文,做了一件非常有价值的事情:他们系统地梳理了软件稳定性领域的所有研究,给我们画出了一张完整的"知识地图"。
1215

1316
## 什么是软件稳定性?
@@ -20,6 +23,8 @@ date: 2026-02-26 13:00:00 +0800
2023

2124
## 为什么稳定性这么重要?
2225

26+
![软件工程质量属性](/assets/images/screenshot-20230407-153513.jpg)
27+
2328
论文指出,稳定性在软件工程里是个"硬通货":
2429

2530
1. **维护阶段的指南针**:在软件维护和演化时,稳定性是评估设计好坏、做技术决策的重要标准

0 commit comments

Comments
 (0)