|
|
|
AskHN:Does monitor size influence your performance when you code?
|
|
4 points
by jimgardener
4757 days ago
|
|
I use Eclipse as IDE.On my Dell Inspiron laptop computer,I often have to hide some windows to see the debug information properly..I have heard that many programmers use multiple monitors -one to code and another to view docs while coding.Sometimes I think I should use a bigger screen.. but this is less practical when you move from one place to another.How do you guys deal with this?(ie,if you think this affects your performance) |
|
I always work with two tabs of code, simply because a class is rarely interacting with itself so you want both sides of the pipe :).
Without Eclipse, It's a linux, terminator with 4 terminals in there and a two-paneled sublime text. I don't need my second screen for that, alt tab does the job. :)
I tried to work on Eclipse with a 9' laptop in an airport once, thought I would die before the plane take off :).