7 ms·
Yes, but ... Sometimes there are genuine reasons to build a text editor. It's really hard to build a full WYSIWYG graphics editor without modelling text layout
by willtemperley 15d ago
Yes, but ...
Sometimes there are genuine reasons to build a text editor. It's really hard to build a full WYSIWYG graphics editor without modelling text layout yourself, especially for more advanced work like properly curving the text.
- hippietrail 13d agoEvery coder/developer/programmer/software engineer should write a text editor at least once.