Skip to content

Instantly share code, notes, and snippets.

@rogerwschmidt
Last active March 20, 2019 17:01
Show Gist options
  • Save rogerwschmidt/42860937c1ad44001f2a33de909957d7 to your computer and use it in GitHub Desktop.
Save rogerwschmidt/42860937c1ad44001f2a33de909957d7 to your computer and use it in GitHub Desktop.

Development Environment Instructor Notes

Objectives

  • Describe what a software environment is
  • Enumerate 4 different environments, and what their purposes are.
  • How do you abstract differences between different development environments.

Describe what a software environment is

  • What is a software environment?
  • Give an example of a software environment

Enumerate 4 different environments, and what their purposes are.

  • What are 4 different types of environments?
  • What is each environments used for?

How do you abstract differences between different development environments.

  • What tool would you use change setting/values in a program depending on which environment it is running?
  • What are somethings that can be different between environments?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment