2

Pursuant to a chat conversation there's some clarification needed on what it means for a stackapp to be an app or a script. I'm posting this for the community and for future searchers and as a bit of a FAQ (sorta)

If you haven't heard about this, read Jeff's latest blog entry Stack Apps and Scripts.

jcolebrand
  • 283
  • 1
  • 8

1 Answers1

2

Things that make you a

  • you do NOT run in a web browser
  • you create a totally different user interface
  • you are not written in JavaScript
  • you are many thousands of lines of code, far too much to list in a Stack Overflow post or an average blog entry

Things that make you a

  • you run only in the web browser
  • you make small modifications to the existing website user interface
  • you are written in JavaScript
  • your code is small enough to print in a Stack Overflow post or an average blog entry

This IMO is not so difficult to figure out.

Jeff Atwood
  • 960
  • 1
  • 12
  • 18