back

by nate·6y ago·view on hn ↗
I've done a lot of this as a writer. I'll actually take an article from a favorite writer of mine and paste it on the page. Then'll I'll go through that article and write my own article on top of it paragraph by paragraph. None of the content or subject matter is the same. I'm not "rewriting the original article". But it helps keep the patterns similar. I can see how I might want to change pace, structure the story, etc.

But even more importantly it helps me imagine being that other, successful, famous author.

1 comments
I wonder if this would work for coding!
I often rewrite solutions to identical problems in different ways. It helps me get a good handle on what works in different situations, and how solutions differ in general.

I recently rewrote a JS problem I did in an interview in a much more functional style, a style that just visually appealed to me, and I feel like I learned a thing or two from it, or at least reinforced some things I already knew.