this post was submitted on 17 Mar 2024
22 points (89.3% liked)
CSCareerQuestions
770 readers
12 users here now
A community to ask questions about the tech industry!
Rules/Guidelines
- Follow the programming.dev site rules
- Please only post questions here, not articles to avoid the discussion being about the article instead of the question
Related Communities
- [email protected] - a general programming community
- [email protected] - general question community
- [email protected] - for questions targeted towards experienced developers
Credits
Icon base by Skoll under CC BY 3.0 with modifications to add a gradient
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
perhaps habit? i know many people write markdown documents that way, it can help with editors which dont wrap text, and may be better for using
grep
and related line-based tools.Ah so if you really want to know, it's because one of the mail clients I use quoted-printable encodes the body when sending a message with lines >80-ish characters.
I haven't implemented a decoder on the other end. My current workaround is to pipe everything through fmt before it goes out.
Yes I also actually do this too; I'm a fan of semantic line feeds.
In case you couldn't tell, the whole system is a WIP ;)
:-)