From 4158261d0bc6033335d99d1fa63b6092e7b8fe01 Mon Sep 17 00:00:00 2001 From: Hadeed Ahmad Date: Mon, 4 Sep 2023 21:07:47 +0500 Subject: [PATCH] Update README --- README.md | 6 +++++- progress_log.md | 9 ++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 54c201b..abfe8fe 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,11 @@ Clone of the tiny text editor [kilo][1], written following a [tutorial][2]. Not an exact copy of either, and I'm once done with the tutorial I may add more features. -## References +## My additions +- Split it up into multiple files and tried to follow good design and +organisation practices. + +### References - [antirez/kilo][1] - [Build Your Own Text Editor][2] diff --git a/progress_log.md b/progress_log.md index c023641..d0fc474 100644 --- a/progress_log.md +++ b/progress_log.md @@ -1,5 +1,8 @@ # Progress log - (4/9/2023) Finished 5 chapters out of 7, basic text editing is fully - possible. It has fun been working on this, but semester is starting now and I - might not get to work on this a lot anymore. It might have lots of bugs, and - there's lots of things I don't like, there are TODOs everywhere. +possible. It has fun been working on this, but semester is starting now and I +might not get to work on this a lot anymore. It might have lots of bugs, and +there's lots of things I don't like, there are TODOs everywhere. So many leaky +abstractions, near the end I started blindly following the tutorial and didn't +stop to think how it fits with the abstractions I have defined, but I might fix +it all one of these days...