|
|
|
|
|
by mkdir
4862 days ago
|
|
Jeremy, your code's comments are all hard-wrapped at column 80, but the code itself extends beyond that. Do you tell your editor to hard-wrap each "block" of comments as you write (or edit) them, or is your editor configured to automatically hard-wrap all comments? Either way, have you considered configuring your editor to soft-wrap comments while leaving your code alone? I'd say that's the most natural approach from a writing standpoint. P.S. Every day, I use tools you've made. Keep making! |
|
So I just tend to hard-wrap manually, out of habit, even when writing in a .txt file or an email. In fact, it's hard to stop myself from doing it in this textarea ;)