DEV Community

Discussion on: How many monitors do you use when programming?

Collapse
 
sargalias profile image
Spyros Argalias

Legitimately use 5 currently. Looking to get a 6th one.

Have 5 monitors, 27 inches each, 1440p.

Here's the breakdown:

Bottom left:
Terminal, split into 4 (or 5):
Top left is the server, including things like linting errors.
Top right is Cypress tests (I do TDD with E2E tests).
Bottom left is Jest tests (I do TDD).
Bottom right is a free terminal.
I use Storybook too, so sometimes that requires a tab.

Bottom middle:
VSCode, split into 2. Left is code, right is tests.

Bottom right:
Web browser showing what I'm working on.
Also used for Cypress tests, which I want to move to a separate screen in the future (the 6th monitor).

Top left:
Programming notes and plans about what I'm currently working on.
E.g. architecture and TODOs for the current story, as well as my personal programming notes.

Top middle:
Browser for research. E.g. documentation, stack overflow, etc.
Also used for music and the board (like Jira).
Also used for the file system (which has tabs), for if I need some random file from my computer.

Looking to get 1 more monitor for:
Cypress tests, visible at all times.

I can live without them, as I use 2 monitors at work + laptop, but it's so much more efficient for me to have everything visible at all times, particularly the tests.