Skip to main content
replaced http://programmers.stackexchange.com/ with https://softwareengineering.stackexchange.com/
Source Link

MVC is a pattern. Patterns apply across all programming. MVC just happens to work very well in a web context.

As gnat points outgnat points out just have a look at the mvc tag and you will see multiple examples of it being implemented.

MVC is a pattern. Patterns apply across all programming. MVC just happens to work very well in a web context.

As gnat points out just have a look at the mvc tag and you will see multiple examples of it being implemented.

MVC is a pattern. Patterns apply across all programming. MVC just happens to work very well in a web context.

As gnat points out just have a look at the mvc tag and you will see multiple examples of it being implemented.

[gnat points out](http://programmers.stackexchange.com/questions/140811/does-mvc-apply-only-to-web#comment265460_140811)
Source Link
gnat
  • 20.5k
  • 29
  • 117
  • 309

MVC is a pattern. Patterns apply across all programming. MVC just happens to work very well in a web context.

As gnat points outgnat points out just have a look at the mvc tag and you will see multiple examples of it being implemented.

MVC is a pattern. Patterns apply across all programming. MVC just happens to work very well in a web context.

As gnat points out just have a look at the mvc tag and you will see multiple examples of it being implemented.

MVC is a pattern. Patterns apply across all programming. MVC just happens to work very well in a web context.

As gnat points out just have a look at the mvc tag and you will see multiple examples of it being implemented.

Source Link
Tom Squires
  • 17.8k
  • 11
  • 70
  • 88

MVC is a pattern. Patterns apply across all programming. MVC just happens to work very well in a web context.

As gnat points out just have a look at the mvc tag and you will see multiple examples of it being implemented.