How to ergonomically look at book while programming?

  • Thread starter Thread starter annoyinggirl
  • Start date Start date
  • Tags Tags
    Book Programming
AI Thread Summary
When programming, ergonomics is crucial for minimizing neck and back strain while referring to books for documentation. Effective strategies include learning to touch type to reduce screen time, using book holders positioned next to or slightly above the computer screen, and utilizing dual monitors to display e-books or online resources. Some programmers suggest placing written materials to the left of the screen for minimal head movement. While e-books are convenient, not all programming books are available in digital format, and physical copies can sometimes be more affordable. Additionally, many programming books offer online access to code, reducing the need to type directly from the book. Concerns about academic integrity arise when students copy code verbatim without proper attribution, highlighting the importance of understanding and crediting original sources.
annoyinggirl
Messages
217
Reaction score
10
When programming, we often look at book for documentation of the code. Therefore, we are constantly referring to the book while typing. But how could this be done ergonomically while typing? Where do we place the book so that it doesn't strain the neck or back to look from computer screen to book and back to screen? What do you do?
 
Computer science news on Phys.org
Learn to touch type so you don't have to look at the screen all the time, just focus on the book
 
annoyinggirl said:
When programming, we often look at book for documentation of the code. Therefore, we are constantly referring to the book while typing. But how could this be done ergonomically while typing? Where do we place the book so that it doesn't strain the neck or back to look from computer screen to book and back to screen? What do you do?
:DD hahaha e-books please.
 
Book holder
MDK-732310000.jpg
 
Dual monitors and an Ebook reader are an amazing thing :)
 
  • Like
Likes Kidiz and harborsparrow
dorlomin said:
Book holder
MDK-732310000.jpg
Where do you place the book holder : next to you or behind the laptop screen with the bookholder elevated or something else?
 
phinds said:
Learn to touch type so you don't have to look at the screen all the time, just focus on the book
I can type at 100 words per minute. but i mean even if i could type without looking at the screen, i would still have to twist my body to look at book while typing. This is not ergonomical
 
annoyinggirl said:
I am type at 100 words per minute. but i mean even if i could type without looking at the screen, i would still have to twist my body to look at book while typing. This is not ergonomical
You can hang it e.g on the wall just behind and a little above your laptop screen such that you only need to move your eyes up and down while typing. I think this is neat. :nb)
 
Medicol said:
:DD hahaha e-books please.
not all books are available in ebook format. Also, sometimes i can get the book way cheaper in hard copy
 
  • Like
Likes Medicol
  • #10
I put written material just to the left of the computer and do not find it necessary to turn my head more than a little and I certainly don't have to turn my body.
 
  • #11
I agree with a user that said to get dual monitors and just open the book in one of them. This is useful specially with programming books.. Getting a second-monitor is a great use of one's money.
 
  • Like
Likes harborsparrow
  • #12
Programming books typically provide their code online for free, so you shouldn't have to type code from a book directly. Look in the book for the URL (or maybe there is a CD in the back--old school).

I once had the unpleasant duty to bust two students for cheating because they had copied a large amount of code verbatim from a book, claimed it as their own work, and didn't give the code author any credit. Terms of the assignment were to allow use of other people's code IF credit was given. They didn't, and I recognized the code.

In the line of my work (as a programmer), I've seldom had to type in more than a few lines directly from a book, so this request did cause me to raise my eyebrows. A quick and dirty solution is to copy the pages and stick the paper copies into a paper holder next to the screen, something like this: https://www.amazon.com/dp/B003ZWEQBO/?tag=pfamazon01-20
 
  • #13
harborsparrow said:
Programming books typically provide their code online for free, so you shouldn't have to type code from a book directly. Look in the book for the URL (or maybe there is a CD in the back--old school).
Or really old-school, a floppy, either 5 1/4" or 3 1/2". I have a few books with floppies of either type in them.
 
Back
Top