Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

When coding I don't want autosave, because I don't want my computer to be trying to compile all the time

Can you explain this? Is it common to use an IDE that autocompiles every time it autosaves?



It's the way I'm used to working, I can't say how common it is. Put it this way: I want to control when it compiles, and I want it to be very obvious if the error markers aren't up to date. So the setup I currently have is eclipse with automatic compilation but manual saving; the possible states are saved and up to date, unsaved (obvious from stars in the title bar) or still compiling just after a save (obvious from progress in the status bar). When I tried to use IntelliJ with its autosaving I found I was pushing code to master that didn't even compile, because I would make a change and then not realize that this had broken something.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: