Update README
This commit is contained in:
parent
bfb47723af
commit
4158261d0b
2 changed files with 11 additions and 4 deletions
|
@ -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]
|
||||
|
||||
|
|
|
@ -2,4 +2,7 @@
|
|||
- (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.
|
||||
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...
|
||||
|
|
Reference in a new issue