Skip to content

Commit

Permalink
feat: 1119
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjoel committed Nov 19, 2024
1 parent 9911091 commit a3fdd93
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/personal/daily/2024-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: 2024年11月

## TODO
1. 任务的场景图。
1. 番茄钟 API,同时打开一个番茄钟,并且同步到 飞书的个人签名中(勿扰 11:00 - 11:15); 番茄钟结束要改回个性签名。
1. [通过 AI 来自动化提升代码质量](../viewpoint/content/tech/impove-code-quality-by-ai.md)
1. 从本质看前端。更有深度的思考前端。数据视角看前端。
呈现列表数据: 表格,看板,
筛选
Expand Down
4 changes: 4 additions & 0 deletions content/personal/daily/english.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ title: 英语

* [readtheory](https://readtheory.ai/app/student/pretest) 待尝试

## 1119
* creature 生物
* gross 恶心的

## 1111
* faucet 水龙头

Expand Down
8 changes: 8 additions & 0 deletions content/personal/daily/inspiration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
title: 灵感
---

## [component party](https://component-party.dev/#templating.styling)
比较不同 Web 框架在常见场景的下的代码 Demo 。

## mescius
做很重的组件库的。

https://developer.mescius.com/javascript-solutions

## [Rspack](https://rspack.dev/)
速度很快的打包器,速度接近 Vite 。同时兼容 webpack 的 API。
但是 Next.js 目前还不支持它。 [Docusaurus 3.6](https://docusaurus.io/blog/releases/3.6) 支持了那 。
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: 通过 AI 来自动化提升代码质量
---

AI 的优势:
1. 思路广。能找到一些有创意的解决问题的新方案。很像人的无意思。
2. 运算速度快。

缺点: 生成的内容的质量不稳定。

## 实现思路
1. 在 AI 的辅助下:罗列高代码质量的原则和原则的高优先级。
2. 基于上面的原则,生成:
1. Prompt。 => 提升生成质量。
2. 示例。 将示例 Embedding 。 => 提升生成质量。
3. 应用在需要重构的代码上。

0 comments on commit a3fdd93

Please sign in to comment.