Archived
1
Fork 0

Update README

This commit is contained in:
Hadeed 2023-09-04 21:07:47 +05:00
parent bfb47723af
commit 4158261d0b
2 changed files with 11 additions and 4 deletions

View file

@ -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 an exact copy of either, and I'm once done with the tutorial I may add more
features. features.
## References ## My additions
- Split it up into multiple files and tried to follow good design and
organisation practices.
### References
- [antirez/kilo][1] - [antirez/kilo][1]
- [Build Your Own Text Editor][2] - [Build Your Own Text Editor][2]

View file

@ -1,5 +1,8 @@
# Progress log # Progress log
- (4/9/2023) Finished 5 chapters out of 7, basic text editing is fully - (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 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 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. 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...