How I Write Code: Pen and Paper
71–80 of 110 posts
Re: How I Write Code: Pen and Paper
#72It's fun to see someone else that does this! I also write code with pen and paper. Mainly for work, but I have good memories of a holiday with a notepad and The Little Schemer (with a long till receipt to cover up the answers column). Similarly I sometimes code review by printing out diffs and writing on them. I like the tactile side of writing, and the spatial freedom. Also I just find it easier to think away from a…
Re: How I Write Code: Pen and Paper
#73Earlier quoted context omitted.
I tried pencils but I find text written pencils to be too faint. I find it uncomfortable to read. But pen writes text in bright blue color which is more pleasing to read.
You have to read up on "Lead Grades" used in Pencils; use 2B or 4B (or higher) to get dark, clear and smooth writing. Another factor to choose is the "Lead Diameter"; use 0.7mm(ballpoint fine)/0.9mm(ballpoint medium) for thicker lines. See https://www.jetpens.com/blog/The-Best-Lead-Grade-For-Every-A... https://www.jetpens.com/blog/Mechanical-Pencil-Lead-Size-Com... and https://www.youtube.com/watch?v=73gZFjIAHtw
Re: How I Write Code: Pen and Paper
#74How about third party libraries? I mean you can remember the APIs or you write a placeholder that says this function will be provided by some third party libs. Or what you work on is pure vanilla code?
Re: How I Write Code: Pen and Paper
#75Re: How I Write Code: Pen and Paper
#76There's a collection of edw519's best comments here: http://static.v25media.com/edw519_mod.html - CTRL+F "paper" will show many answers in which he talks about how he works with it.
Re: How I Write Code: Pen and Paper
#77Re: How I Write Code: Pen and Paper
#78I had several mostly pen and paper courses because the professors preferred that to lab assignments. This was 2009.
They have a point. If you don't have an instantaneuos REPL, you'll probably think harder about what you are writing.
Re: How I Write Code: Pen and Paper
#79I am not a developer, but occassionally need to write code. I always go to the paper first now.
Re: How I Write Code: Pen and Paper
#80This may seem pedantic, but this is an aspect of project management. The pen and paper aren't in the coding, they're in the design. You may be doing some abstractions/pseudo code on paper but you're not coding. You're planning. There's nothing wrong with this! I think it's a great way to operate. But it's less sexy to say "How I Plan: Pen and Paper" then to conflate it with coding. Everyone does planning. Some people…
As someone who's worked a fair bit now - coding has absolutely no value to any company. What delivers results is deploying solutions - whether those solutions are powered by hotpockets and red bull at 3AM or whether they are entirely composed of meetings discussing how to inform customers of the change - it is never "coding" that solves a problem. "Coding" is at most the effort of transcribing a solution from your br…