Y
Hacker News
new
|
ask
|
show
|
jobs
by
mxz3000
975 days ago
if you have a reasonably good IDE you don't really need to explicitly compile the whole program outside of when you want to run it.
2 comments
pjmlp
975 days ago
Which on any kind of graphical application is all the time.
link
Nullabillity
975 days ago
Because that IDE is compiling the code behind the scenes... (Usually somewhere on a spectrum between literally just using the real compiler, or failing spectacularly to match it.)
link