This commit is contained in:
Paul Gauthier 2024-05-24 10:24:21 -07:00
parent af67f61d9f
commit c5e1b19ac6

View file

@ -1,6 +1,6 @@
--- ---
title: Aider has written 7% of its own code title: Aider has written 7% of its own code
excerpt: Aider is 14K lines of python and 7% of those were written by aider itself. excerpt: Aider has written 7% of its own code, via 600+ commits that inserted 4.8K and deleted 1.5K lines of code.
highlight_image: /assets/self-assembly.jpg highlight_image: /assets/self-assembly.jpg
--- ---
@ -16,7 +16,7 @@ Aider made 15% of the commits, inserting 4.8K and deleting 1.5K lines of code.
About 7% of the code now in the repo is attributable to an aider commit About 7% of the code now in the repo is attributable to an aider commit
using `git blame`. using `git blame`.
The number is probably a significant undercount, because periodic reformatting This number is probably a significant undercount, because periodic reformatting
by `black` is likely obscuring aider's authorship of many lines. by `black` is likely obscuring aider's authorship of many lines.
Here's the breakdown of the code aider wrote in the current code base Here's the breakdown of the code aider wrote in the current code base