What's the difference between a “script” and an “application”?

前端 未结 20 2052
南旧
南旧 2020-12-04 14:53

I\'m referring to distinctions such as in this answer:

...bash isn\'t for writing applications it\'s for, well, scripting. So sure, your application m

20条回答
  •  一向
    一向 (楼主)
    2020-12-04 15:12

    Personally, I think the separation is a step back from the actual implementation.

    In my estimation, an application is planned. It has multiple goals, it has multiple deliverables. There are tasks set aside at design time in advance of coding that the application must meet.

    A script however, is just thrown together as suits, and little planning is involved.

    Lack of proper planning does not however downgrade you to a script. Possibly, it makes your application a poorly organized collection of poorly planned scripts.

    Further more, an application can contain scripts that aggregated comprise the whole. But a script can only reference an application.

提交回复
热议问题