1

When programming there is a workflow that works like:

  1. Change a file and save it.
  2. The a compiler or interpreter.
  3. Look at the result.

But there is also a workflow that goes like this: (actually it is similar to working with this stack overflow question Window I am typing into)

  1. Start a program that watches a directory of files for changes.
  2. Change a file and save it.
  3. The results immediately appear as the program runs the compiler and updates the program (usually in a browser) immediately.

I'm looking for what the second workflow is generally referred to as.

1
  • I think the only single word I've ever heard that describes this is "interactive". Commented Aug 23, 2018 at 15:19

1 Answer 1

1

Automatic deployment of source code changes is referred to by few different terms:

Personally, I hear the term hot reloading most frequently.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.