Hacker News new | ask | show | jobs
by romanovcode 4507 days ago
I never understood how can one write anything on 13" screen.
3 comments

While I understand and agree it's easier and more productive to work on a large screen, I feel there are advantages to the smaller screen size.

The primary is that it forces you to keep information in your working memory. So you'll either improve your mental capacity, or use better abstractions and architectures to be able to hold them in your working memory.

But once you accomplish that, it is more comfortable to go back to the bigger display :)

If its only code I dont feel any productivity difference between my laptops 13 inch screen and the 24 inch at work.

If I am doing GUI design or flowchart based programming I am not as productive when I use the small screen.

I do almost all of my work on a 13" MBA. Works out fine. I do have a very large monitor that I can use as needed though. Except for Java, I use terse programming languages, so functions/methods are short, and I don't need to look at a ton of code at any given time. A few small edit windows open and visible does it for me (mostly tear off windows from IntelliJ).
vim, tmux.