Though, I would add that just copying code verbatim doesn't really follow how people write code. It's not usually, or ever have I seen it, written in a linear fashion. Cursors jump up and down, you open a brace/bracket/parenthesis and almost always immediately close it, then proceed to insert code. Many languages are written from the inside out (like swizzling some lisp code together). Most people don't think "Ok, this is the code I am going to write" and proceed to type it in "page order" (I can't think of another phrase, it's early). Type hints, docs, access modifiers, can be added after the fact. Then constant refactoring occurs as things are broken out into their atomic parts. Then what you are left with is the result. It's akin to tracing a sculpture, there was a lot of work that went on before that sculpture became something beautiful.
That's all.
This is still a neat product. I typed a page from 1984. Makes me sad that I can't seem finish my own book or screenplays.
That's all.
This is still a neat product. I typed a page from 1984. Makes me sad that I can't seem finish my own book or screenplays.