Comment by π stack
Re: "I been working on a couple of editors, IMy favorite one isβ¦"
So true. I wish people would consider building projects in layers, so you could reuse a basic version of an editor and customize it. There are so many generic components that you have to write from scratch... Even small projects like kilo by antirez wind up too convoluted and golfing to minimize line count actually hurts.
2025-05-09 Β· 1 year ago
1 Later Comment
π SpaceRangerOSA [OP] Β· 2025-05-18 at 03:06:
that is kind of how i write code and learn code, cookbook style, in layers, this code does this, i will change this, This sequence of code snippers work well in this program I like this program, I can use this code to make a more customozed version, I write books and essays, and research projects the same way i call it DAGWOOD SANDWHICHING
Original Post
I been working on a couple of editors, IMy favorite one is i diesgend a WYSWYG blog editor for Gemini to make it even more easier for me, though i will do a few more final touches, and then I will find a place to post the code, I am new to python programing, so be gentle with the comments when i post it LOL.