Hacker News new | ask | show | jobs
by chipaca 3847 days ago
I'd argue that startup time is very low on the list of things you want from your development system. Sure, quicker startup time is better, so improve it if you can, but you being productive in it once it's up is a lot more important, for example.
2 comments

> I'd argue that startup time is very low on the list of things you want from your development system.

Depends on what part of your "development system" you're talking about. If your test suite takes a minute to load before it will even execute a single test, I'd argue that you might want to see what can be done about it.

The shell is my development system. The editor is a small part of it. Starting it should be as fast as, say, opening a window in an IDE.